Color Hex Logo

#cfcc49 Color Hex

#CFCC49
(207,204,73)
0 Favorites   0 Comments

Color spaces of #cfcc49

RGB 20720473
HSL0.160.580.55
HSV59°65°81°
CMYK 0.000.010.65   0.19
XYZ48.527656.932214.7347
Yxy56.93220.40370.4737
Hunter Lab75.4534-17.241941.2391
CIE-Lab80.1414-14.777063.0800

#cfcc49 color RGB value is (207,204,73).

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

The process color (four color CMYK) of #cfcc49 color hex is 0.00, 0.01, 0.65, 0.19. Web safe color of #cfcc49 is #cccc33. Color #cfcc49 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11001100 01001001
Octal 317 314 111
Decimal 207 204 73
Hex CF CC 49

RGB Percentages of Color #cfcc49

%42.77
%42.15
%15.08

CMYK Percentages of Color #cfcc49

%0
%1
%65
%19

Triadic Colors of #cfcc49

#cfcc49 #49cfcc #cc49cf

Analogous Colors of #cfcc49

#cfcc49 #8fcf49 #cf8949

Monochromatic Colors of #cfcc49

#cfcc49

Complementary Color

#cfcc49 #494ccf

#cfcc49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfcc49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfcc49 Color CSS Codes

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

#cfcc49 Text Font Color

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

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


#cfcc49 Background Color

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

This div background color is #cfcc49


#cfcc49 Border Color

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

This div border color is #cfcc49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfcc49


Comments

No comments written yet.

Please login to write comment.