Color Hex Logo

#cfc987 Color Hex

#CFC987
(207,201,135)
0 Favorites   0 Comments

Color spaces of #cfc987

RGB 207201135
HSL0.150.430.67
HSV55°35°81°
CMYK 0.000.030.35   0.19
XYZ50.991956.788031.1953
Yxy56.78800.36690.4086
Hunter Lab75.3578-11.091728.2066
CIE-Lab80.0602-7.773733.7732

#cfc987 color RGB value is (207,201,135).

#cfc987 hex color red value is 207, green value is 201 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #cfc987 hue: 0.15 , saturation: 0.43 and the lightness value of cfc987 is 0.67.

The process color (four color CMYK) of #cfc987 color hex is 0.00, 0.03, 0.35, 0.19. Web safe color of #cfc987 is #cccc99. Color #cfc987 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11001001 10000111
Octal 317 311 207
Decimal 207 201 135
Hex CF C9 87

RGB Percentages of Color #cfc987

%38.12
%37.02
%24.86

CMYK Percentages of Color #cfc987

%0
%3
%35
%19

Triadic Colors of #cfc987

#cfc987 #87cfc9 #c987cf

Analogous Colors of #cfc987

#cfc987 #b1cf87 #cfa587

Monochromatic Colors of #cfc987

#cfc987

Complementary Color

#cfc987 #878dcf

#cfc987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc987 Color CSS Codes

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

#cfc987 Text Font Color

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

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


#cfc987 Background Color

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

This div background color is #cfc987


#cfc987 Border Color

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

This div border color is #cfc987


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,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 #cfc987">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc987


Comments

No comments written yet.

Please login to write comment.