Color Hex Logo

#cfcc6c Color Hex

#CFCC6C
(207,204,108)
0 Favorites   0 Comments

Color spaces of #cfcc6c

RGB 207204108
HSL0.160.510.62
HSV58°48°81°
CMYK 0.000.010.48   0.19
XYZ50.031857.533822.6555
Yxy57.53380.38420.4418
Hunter Lab75.8510-14.999635.3867
CIE-Lab80.4789-12.144547.8294

#cfcc6c color RGB value is (207,204,108).

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

The process color (four color CMYK) of #cfcc6c color hex is 0.00, 0.01, 0.48, 0.19. Web safe color of #cfcc6c is #cccc66. Color #cfcc6c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11001100 01101100
Octal 317 314 154
Decimal 207 204 108
Hex CF CC 6C

RGB Percentages of Color #cfcc6c

%39.88
%39.31
%20.81

CMYK Percentages of Color #cfcc6c

%0
%1
%48
%19

Triadic Colors of #cfcc6c

#cfcc6c #6ccfcc #cc6ccf

Analogous Colors of #cfcc6c

#cfcc6c #a1cf6c #cf9b6c

Monochromatic Colors of #cfcc6c

#cfcc6c

Complementary Color

#cfcc6c #6c6fcf

#cfcc6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfcc6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfcc6c Color CSS Codes

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

#cfcc6c Text Font Color

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

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


#cfcc6c Background Color

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

This div background color is #cfcc6c


#cfcc6c Border Color

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

This div border color is #cfcc6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfcc6c


Comments

No comments written yet.

Please login to write comment.