Color Hex Logo

#cdaa04 Color Hex

#CDAA04
(205,170,4)
0 Favorites   0 Comments

Color spaces of #cdaa04

RGB 2051704
HSL0.140.960.41
HSV50°98°80°
CMYK 0.000.170.98   0.20
XYZ39.573541.73746.0852
Yxy41.73740.45280.4776
Hunter Lab64.6045-3.717639.6385
CIE-Lab70.6895-0.303772.9987

#cdaa04 color RGB value is (205,170,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101010 00000100
Octal 315 252 4
Decimal 205 170 4
Hex CD AA 4

RGB Percentages of Color #cdaa04

%54.09
%44.85
%1.06

CMYK Percentages of Color #cdaa04

%0
%17
%98
%20

Triadic Colors of #cdaa04

#cdaa04 #04cdaa #aa04cd

Analogous Colors of #cdaa04

#cdaa04 #8ccd04 #cd4504

Monochromatic Colors of #cdaa04

#cdaa04

Complementary Color

#cdaa04 #0427cd

#cdaa04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdaa04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdaa04 Color CSS Codes

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

#cdaa04 Text Font Color

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

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


#cdaa04 Background Color

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

This div background color is #cdaa04


#cdaa04 Border Color

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

This div border color is #cdaa04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdaa04


Comments

No comments written yet.

Please login to write comment.