Color Hex Logo

#cfc24f Color Hex

#CFC24F
(207,194,79)
0 Favorites   0 Comments

Color spaces of #cfc24f

RGB 20719479
HSL0.150.570.56
HSV54°62°81°
CMYK 0.000.060.62   0.19
XYZ46.435252.413515.0666
Yxy52.41350.40760.4601
Hunter Lab72.3972-12.206038.3392
CIE-Lab77.5274-9.338057.8079

#cfc24f color RGB value is (207,194,79).

#cfc24f hex color red value is 207, green value is 194 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #cfc24f hue: 0.15 , saturation: 0.57 and the lightness value of cfc24f is 0.56.

The process color (four color CMYK) of #cfc24f color hex is 0.00, 0.06, 0.62, 0.19. Web safe color of #cfc24f is #cccc66. Color #cfc24f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000010 01001111
Octal 317 302 117
Decimal 207 194 79
Hex CF C2 4F

RGB Percentages of Color #cfc24f

%43.13
%40.42
%16.46

CMYK Percentages of Color #cfc24f

%0
%6
%62
%19

Triadic Colors of #cfc24f

#cfc24f #4fcfc2 #c24fcf

Analogous Colors of #cfc24f

#cfc24f #9ccf4f #cf824f

Monochromatic Colors of #cfc24f

#cfc24f

Complementary Color

#cfc24f #4f5ccf

#cfc24f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc24f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc24f Color CSS Codes

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

#cfc24f Text Font Color

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

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


#cfc24f Background Color

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

This div background color is #cfc24f


#cfc24f Border Color

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

This div border color is #cfc24f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc24f


Comments

No comments written yet.

Please login to write comment.