color codes Logo

#cb8e3d color codes

#CB8E3D
(203,142,61)
0 Favorites   0 Comments

Color spaces of #cb8e3d

RGB 20314261
HSL0.100.580.52
HSV34°70°80°
CMYK 0.000.300.70   0.20
XYZ35.143932.37948.8124
Yxy32.37940.46040.4242
Hunter Lab56.902910.663630.6499
CIE-Lab63.655215.531350.8249

#cb8e3d color RGB value is (203,142,61).

#cb8e3d hex color red value is 203, green value is 142 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #cb8e3d hue: 0.10 , saturation: 0.58 and the lightness value of cb8e3d is 0.52.

The process color (four color CMYK) of #cb8e3d color code is 0.00, 0.30, 0.70, 0.20. Web safe color of #cb8e3d is #cc9933. Color #cb8e3d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10001110 00111101
Octal 313 216 75
Decimal 203 142 61
Hex CB 8E 3D

RGB Percentages of Color #cb8e3d

%50.00
%34.98
%15.02

CMYK Percentages of Color #cb8e3d

%0
%30
%70
%20

Triadic Colors of #cb8e3d

#cb8e3d #3dcb8e #8e3dcb

Analogous Colors of #cb8e3d

#cb8e3d #c1cb3d #cb473d

Monochromatic Colors of #cb8e3d

#cb8e3d

Complementary Color

#cb8e3d #3d7acb

#cb8e3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb8e3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb8e3d Color CSS Codes

.mybgcolor {background-color:#cb8e3d; } 
.myforecolor {color:#cb8e3d; }
.mybordercolor {border:3px solid #cb8e3d; }

#cb8e3d Text Font Color

<p style="color:#cb8e3d">Text here</p>

This sample text font color is #cb8e3d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cb8e3d Background Color

<div style="background-color:#cb8e3d">
Div content here</div>

This div background color is #cb8e3d


#cb8e3d Border Color

<div style="border:3px solid #cb8e3d">
Div here</div>

This div border color is #cb8e3d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,142,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cb8e3d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cb8e3d;
  -webkit-box-shadow: 1px 1px 3px 2px #cb8e3d;
  box-shadow:         1px 1px 3px 2px #cb8e3d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,142,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cb8e3d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cb8e3d;
  -webkit-box-shadow: 1px 1px 3px 2px #cb8e3d;
  box-shadow:         1px 1px 3px 2px #cb8e3d;">
Div content here</div>

This div box has shadow with color #cb8e3d


Comments

No comments written yet.

Please login to write comment.