Color Hex Logo

#cdae04 Color Hex

#CDAE04
(205,174,4)
0 Favorites   0 Comments

Color spaces of #cdae04

RGB 2051744
HSL0.140.960.41
HSV51°98°80°
CMYK 0.000.150.98   0.20
XYZ40.334843.26006.3390
Yxy43.26000.44850.4810
Hunter Lab65.7723-5.636740.3264
CIE-Lab71.7311-2.414373.7459

#cdae04 color RGB value is (205,174,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101110 00000100
Octal 315 256 4
Decimal 205 174 4
Hex CD AE 4

RGB Percentages of Color #cdae04

%53.52
%45.43
%1.04

CMYK Percentages of Color #cdae04

%0
%15
%98
%20

Triadic Colors of #cdae04

#cdae04 #04cdae #ae04cd

Analogous Colors of #cdae04

#cdae04 #88cd04 #cd4a04

Monochromatic Colors of #cdae04

#cdae04

Complementary Color

#cdae04 #0423cd

#cdae04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdae04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdae04 Color CSS Codes

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

#cdae04 Text Font Color

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

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


#cdae04 Background Color

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

This div background color is #cdae04


#cdae04 Border Color

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

This div border color is #cdae04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdae04


Comments

No comments written yet.

Please login to write comment.