Color Hex Logo

#cbc987 Color Hex

#CBC987
(203,201,135)
0 Favorites   0 Comments

Color spaces of #cbc987

RGB 203201135
HSL0.160.400.66
HSV58°33°80°
CMYK 0.000.010.33   0.20
XYZ49.888456.219131.1436
Yxy56.21910.36350.4096
Hunter Lab74.9794-12.446927.8588
CIE-Lab79.7384-9.338533.2912

#cbc987 color RGB value is (203,201,135).

#cbc987 hex color red value is 203, green value is 201 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #cbc987 hue: 0.16 , saturation: 0.40 and the lightness value of cbc987 is 0.66.

The process color (four color CMYK) of #cbc987 color hex is 0.00, 0.01, 0.33, 0.20. Web safe color of #cbc987 is #cccc99. Color #cbc987 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001001 10000111
Octal 313 311 207
Decimal 203 201 135
Hex CB C9 87

RGB Percentages of Color #cbc987

%37.66
%37.29
%25.05

CMYK Percentages of Color #cbc987

%0
%1
%33
%20

Triadic Colors of #cbc987

#cbc987 #87cbc9 #c987cb

Analogous Colors of #cbc987

#cbc987 #abcb87 #cba787

Monochromatic Colors of #cbc987

#cbc987

Complementary Color

#cbc987 #8789cb

#cbc987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc987 Color CSS Codes

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

#cbc987 Text Font Color

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

This sample text font color is #cbc987
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.


#cbc987 Background Color

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

This div background color is #cbc987


#cbc987 Border Color

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

This div border color is #cbc987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc987


Comments

No comments written yet.

Please login to write comment.