Color Hex Logo

#cfae09 Color Hex

#CFAE09
(207,174,9)
0 Favorites   0 Comments

Color spaces of #cfae09

RGB 2071749
HSL0.140.920.42
HSV50°96°81°
CMYK 0.000.160.96   0.19
XYZ40.917543.55726.5092
Yxy43.55720.44970.4787
Hunter Lab65.9979-4.829540.3509
CIE-Lab71.9315-1.477673.4039

#cfae09 color RGB value is (207,174,9).

#cfae09 hex color red value is 207, green value is 174 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #cfae09 hue: 0.14 , saturation: 0.92 and the lightness value of cfae09 is 0.42.

The process color (four color CMYK) of #cfae09 color hex is 0.00, 0.16, 0.96, 0.19. Web safe color of #cfae09 is #cc9900. Color #cfae09 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101110 00001001
Octal 317 256 11
Decimal 207 174 9
Hex CF AE 9

RGB Percentages of Color #cfae09

%53.08
%44.62
%2.31

CMYK Percentages of Color #cfae09

%0
%16
%96
%19

Triadic Colors of #cfae09

#cfae09 #09cfae #ae09cf

Analogous Colors of #cfae09

#cfae09 #8dcf09 #cf4b09

Monochromatic Colors of #cfae09

#cfae09

Complementary Color

#cfae09 #092acf

#cfae09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfae09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfae09 Color CSS Codes

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

#cfae09 Text Font Color

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

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


#cfae09 Background Color

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

This div background color is #cfae09


#cfae09 Border Color

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

This div border color is #cfae09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfae09


Comments

No comments written yet.

Please login to write comment.