Color Hex Logo

#cfc32f Color Hex

#CFC32F
(207,195,47)
0 Favorites   0 Comments

Color spaces of #cfc32f

RGB 20719547
HSL0.150.630.50
HSV56°77°81°
CMYK 0.000.060.77   0.19
XYZ45.760352.500810.4112
Yxy52.50080.42110.4831
Hunter Lab72.4574-14.069342.2010
CIE-Lab77.5793-11.478969.8881

#cfc32f color RGB value is (207,195,47).

#cfc32f hex color red value is 207, green value is 195 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #cfc32f hue: 0.15 , saturation: 0.63 and the lightness value of cfc32f is 0.50.

The process color (four color CMYK) of #cfc32f color hex is 0.00, 0.06, 0.77, 0.19. Web safe color of #cfc32f is #cccc33. Color #cfc32f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000011 00101111
Octal 317 303 57
Decimal 207 195 47
Hex CF C3 2F

RGB Percentages of Color #cfc32f

%46.10
%43.43
%10.47

CMYK Percentages of Color #cfc32f

%0
%6
%77
%19

Triadic Colors of #cfc32f

#cfc32f #2fcfc3 #c32fcf

Analogous Colors of #cfc32f

#cfc32f #8bcf2f #cf732f

Monochromatic Colors of #cfc32f

#cfc32f

Complementary Color

#cfc32f #2f3bcf

#cfc32f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc32f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc32f Color CSS Codes

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

#cfc32f Text Font Color

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

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


#cfc32f Background Color

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

This div background color is #cfc32f


#cfc32f Border Color

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

This div border color is #cfc32f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc32f


Comments

No comments written yet.

Please login to write comment.