Color Hex Logo

#cfc33e Color Hex

#CFC33E
(207,195,62)
0 Favorites   0 Comments

Color spaces of #cfc33e

RGB 20719562
HSL0.150.600.53
HSV55°70°81°
CMYK 0.000.060.70   0.19
XYZ46.116752.643412.2880
Yxy52.64340.41530.4741
Hunter Lab72.5558-13.517440.7477
CIE-Lab77.6640-10.829064.8392

#cfc33e color RGB value is (207,195,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000011 00111110
Octal 317 303 76
Decimal 207 195 62
Hex CF C3 3E

RGB Percentages of Color #cfc33e

%44.61
%42.03
%13.36

CMYK Percentages of Color #cfc33e

%0
%6
%70
%19

Triadic Colors of #cfc33e

#cfc33e #3ecfc3 #c33ecf

Analogous Colors of #cfc33e

#cfc33e #93cf3e #cf7b3e

Monochromatic Colors of #cfc33e

#cfc33e

Complementary Color

#cfc33e #3e4acf

#cfc33e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc33e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc33e Color CSS Codes

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

#cfc33e Text Font Color

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

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


#cfc33e Background Color

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

This div background color is #cfc33e


#cfc33e Border Color

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

This div border color is #cfc33e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc33e


Comments

No comments written yet.

Please login to write comment.