Color Hex Logo

#cfc589 Color Hex

#CFC589
(207,197,137)
0 Favorites   0 Comments

Color spaces of #cfc589

RGB 207197137
HSL0.140.420.67
HSV51°34°81°
CMYK 0.000.050.34   0.19
XYZ50.213755.004031.6372
Yxy55.00400.36690.4019
Hunter Lab74.1647-8.933626.6233
CIE-Lab79.0436-5.469031.4007

#cfc589 color RGB value is (207,197,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000101 10001001
Octal 317 305 211
Decimal 207 197 137
Hex CF C5 89

RGB Percentages of Color #cfc589

%38.26
%36.41
%25.32

CMYK Percentages of Color #cfc589

%0
%5
%34
%19

Triadic Colors of #cfc589

#cfc589 #89cfc5 #c589cf

Analogous Colors of #cfc589

#cfc589 #b6cf89 #cfa289

Monochromatic Colors of #cfc589

#cfc589

Complementary Color

#cfc589 #8993cf

#cfc589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc589 Color CSS Codes

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

#cfc589 Text Font Color

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

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


#cfc589 Background Color

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

This div background color is #cfc589


#cfc589 Border Color

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

This div border color is #cfc589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc589


Comments

No comments written yet.

Please login to write comment.