Color Hex Logo

#cfc221 Color Hex

#CFC221
(207,194,33)
0 Favorites   0 Comments

Color spaces of #cfc221

RGB 20719433
HSL0.150.730.47
HSV56°84°81°
CMYK 0.000.060.84   0.19
XYZ45.298451.95889.0804
Yxy51.95880.42600.4886
Hunter Lab72.0825-13.970542.9888
CIE-Lab77.2562-11.409073.4066

#cfc221 color RGB value is (207,194,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000010 00100001
Octal 317 302 41
Decimal 207 194 33
Hex CF C2 21

RGB Percentages of Color #cfc221

%47.70
%44.70
%7.60

CMYK Percentages of Color #cfc221

%0
%6
%84
%19

Triadic Colors of #cfc221

#cfc221 #21cfc2 #c221cf

Analogous Colors of #cfc221

#cfc221 #85cf21 #cf6b21

Monochromatic Colors of #cfc221

#cfc221

Complementary Color

#cfc221 #212ecf

#cfc221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc221 Color CSS Codes

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

#cfc221 Text Font Color

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

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


#cfc221 Background Color

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

This div background color is #cfc221


#cfc221 Border Color

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

This div border color is #cfc221


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc221


Comments

No comments written yet.

Please login to write comment.