Color Hex Logo

#cfc489 Color Hex

#CFC489
(207,196,137)
0 Favorites   0 Comments

Color spaces of #cfc489

RGB 207196137
HSL0.140.420.67
HSV51°34°81°
CMYK 0.000.050.34   0.19
XYZ49.987454.551431.5618
Yxy54.55140.36730.4008
Hunter Lab73.8589-8.445126.3651
CIE-Lab78.7822-4.950431.0554

#cfc489 color RGB value is (207,196,137).

#cfc489 hex color red value is 207, green value is 196 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #cfc489 hue: 0.14 , saturation: 0.42 and the lightness value of cfc489 is 0.67.

The process color (four color CMYK) of #cfc489 color hex is 0.00, 0.05, 0.34, 0.19. Web safe color of #cfc489 is #cccc99. Color #cfc489 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000100 10001001
Octal 317 304 211
Decimal 207 196 137
Hex CF C4 89

RGB Percentages of Color #cfc489

%38.33
%36.30
%25.37

CMYK Percentages of Color #cfc489

%0
%5
%34
%19

Triadic Colors of #cfc489

#cfc489 #89cfc4 #c489cf

Analogous Colors of #cfc489

#cfc489 #b7cf89 #cfa189

Monochromatic Colors of #cfc489

#cfc489

Complementary Color

#cfc489 #8994cf

#cfc489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc489 Color CSS Codes

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

#cfc489 Text Font Color

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

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


#cfc489 Background Color

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

This div background color is #cfc489


#cfc489 Border Color

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

This div border color is #cfc489


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,196,137, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc489


Comments

No comments written yet.

Please login to write comment.