Color Hex Logo

#cdae06 Color Hex

#CDAE06
(205,174,6)
0 Favorites   0 Comments

Color spaces of #cdae06

RGB 2051746
HSL0.140.940.41
HSV51°97°80°
CMYK 0.000.150.97   0.20
XYZ40.345843.26446.3967
Yxy43.26440.44830.4807
Hunter Lab65.7757-5.618340.2770
CIE-Lab71.7341-2.393073.5165

#cdae06 color RGB value is (205,174,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101110 00000110
Octal 315 256 6
Decimal 205 174 6
Hex CD AE 6

RGB Percentages of Color #cdae06

%53.25
%45.19
%1.56

CMYK Percentages of Color #cdae06

%0
%15
%97
%20

Triadic Colors of #cdae06

#cdae06 #06cdae #ae06cd

Analogous Colors of #cdae06

#cdae06 #89cd06 #cd4b06

Monochromatic Colors of #cdae06

#cdae06

Complementary Color

#cdae06 #0625cd

#cdae06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdae06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdae06 Color CSS Codes

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

#cdae06 Text Font Color

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

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


#cdae06 Background Color

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

This div background color is #cdae06


#cdae06 Border Color

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

This div border color is #cdae06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdae06


Comments

No comments written yet.

Please login to write comment.