Color Hex Logo

#cfc73e Color Hex

#CFC73E
(207,199,62)
0 Favorites   0 Comments

Color spaces of #cfc73e

RGB 20719962
HSL0.160.600.53
HSV57°70°81°
CMYK 0.000.040.70   0.19
XYZ47.025154.460012.5908
Yxy54.46000.41220.4774
Hunter Lab73.7970-15.400641.5422
CIE-Lab78.7292-12.857465.8883

#cfc73e color RGB value is (207,199,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000111 00111110
Octal 317 307 76
Decimal 207 199 62
Hex CF C7 3E

RGB Percentages of Color #cfc73e

%44.23
%42.52
%13.25

CMYK Percentages of Color #cfc73e

%0
%4
%70
%19

Triadic Colors of #cfc73e

#cfc73e #3ecfc7 #c73ecf

Analogous Colors of #cfc73e

#cfc73e #8fcf3e #cf7f3e

Monochromatic Colors of #cfc73e

#cfc73e

Complementary Color

#cfc73e #3e46cf

#cfc73e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc73e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc73e Color CSS Codes

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

#cfc73e Text Font Color

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

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


#cfc73e Background Color

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

This div background color is #cfc73e


#cfc73e Border Color

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

This div border color is #cfc73e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,199,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 #cfc73e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc73e


Comments

No comments written yet.

Please login to write comment.