Color Hex Logo

#cdae09 Color Hex

#CDAE09
(205,174,9)
0 Favorites   0 Comments

Color spaces of #cdae09

RGB 2051749
HSL0.140.920.42
HSV51°96°80°
CMYK 0.000.150.96   0.20
XYZ40.362243.27106.4833
Yxy43.27100.44790.4802
Hunter Lab65.7807-5.590940.2029
CIE-Lab71.7385-2.361373.1749

#cdae09 color RGB value is (205,174,9).

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

The process color (four color CMYK) of #cdae09 color hex is 0.00, 0.15, 0.96, 0.20. Web safe color of #cdae09 is #cc9900. Color #cdae09 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101110 00001001
Octal 315 256 11
Decimal 205 174 9
Hex CD AE 9

RGB Percentages of Color #cdae09

%52.84
%44.85
%2.32

CMYK Percentages of Color #cdae09

%0
%15
%96
%20

Triadic Colors of #cdae09

#cdae09 #09cdae #ae09cd

Analogous Colors of #cdae09

#cdae09 #8acd09 #cd4c09

Monochromatic Colors of #cdae09

#cdae09

Complementary Color

#cdae09 #0928cd

#cdae09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdae09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdae09 Color CSS Codes

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

#cdae09 Text Font Color

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

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


#cdae09 Background Color

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

This div background color is #cdae09


#cdae09 Border Color

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

This div border color is #cdae09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdae09


Comments

No comments written yet.

Please login to write comment.