Color Hex Logo

#cfc52c Color Hex

#CFC52C
(207,197,44)
0 Favorites   0 Comments

Color spaces of #cfc52c

RGB 20719744
HSL0.160.650.49
HSV56°79°81°
CMYK 0.000.050.79   0.19
XYZ46.153053.379810.2537
Yxy53.37980.42040.4862
Hunter Lab73.0615-15.099042.8221
CIE-Lab78.0987-12.599771.2471

#cfc52c color RGB value is (207,197,44).

#cfc52c hex color red value is 207, green value is 197 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #cfc52c hue: 0.16 , saturation: 0.65 and the lightness value of cfc52c is 0.49.

The process color (four color CMYK) of #cfc52c color hex is 0.00, 0.05, 0.79, 0.19. Web safe color of #cfc52c is #cccc33. Color #cfc52c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000101 00101100
Octal 317 305 54
Decimal 207 197 44
Hex CF C5 2C

RGB Percentages of Color #cfc52c

%46.21
%43.97
%9.82

CMYK Percentages of Color #cfc52c

%0
%5
%79
%19

Triadic Colors of #cfc52c

#cfc52c #2ccfc5 #c52ccf

Analogous Colors of #cfc52c

#cfc52c #88cf2c #cf742c

Monochromatic Colors of #cfc52c

#cfc52c

Complementary Color

#cfc52c #2c36cf

#cfc52c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc52c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc52c Color CSS Codes

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

#cfc52c Text Font Color

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

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


#cfc52c Background Color

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

This div background color is #cfc52c


#cfc52c Border Color

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

This div border color is #cfc52c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc52c


Comments

No comments written yet.

Please login to write comment.