Color Hex Logo

#cfcc89 Color Hex

#CFCC89
(207,204,137)
0 Favorites   0 Comments

Color spaces of #cfcc89

RGB 207204137
HSL0.160.420.67
HSV57°34°81°
CMYK 0.000.010.34   0.19
XYZ51.840358.257332.1794
Yxy58.25730.36440.4095
Hunter Lab76.3265-12.335628.4317
CIE-Lab80.8816-9.073533.8173

#cfcc89 color RGB value is (207,204,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11001100 10001001
Octal 317 314 211
Decimal 207 204 137
Hex CF CC 89

RGB Percentages of Color #cfcc89

%37.77
%37.23
%25.00

CMYK Percentages of Color #cfcc89

%0
%1
%34
%19

Triadic Colors of #cfcc89

#cfcc89 #89cfcc #cc89cf

Analogous Colors of #cfcc89

#cfcc89 #afcf89 #cfa989

Monochromatic Colors of #cfcc89

#cfcc89

Complementary Color

#cfcc89 #898ccf

#cfcc89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfcc89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfcc89 Color CSS Codes

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

#cfcc89 Text Font Color

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

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


#cfcc89 Background Color

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

This div background color is #cfcc89


#cfcc89 Border Color

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

This div border color is #cfcc89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfcc89


Comments

No comments written yet.

Please login to write comment.