Color Hex Logo

#cdae42 Color Hex

#CDAE42
(205,174,66)
0 Favorites   0 Comments

Color spaces of #cdae42

RGB 20517466
HSL0.130.580.53
HSV47°68°80°
CMYK 0.000.150.68   0.20
XYZ41.296343.644611.4020
Yxy43.64460.42860.4530
Hunter Lab66.0641-4.032736.0120
CIE-Lab71.9903-0.569557.4381

#cdae42 color RGB value is (205,174,66).

#cdae42 hex color red value is 205, green value is 174 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #cdae42 hue: 0.13 , saturation: 0.58 and the lightness value of cdae42 is 0.53.

The process color (four color CMYK) of #cdae42 color hex is 0.00, 0.15, 0.68, 0.20. Web safe color of #cdae42 is #cc9933. Color #cdae42 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101110 01000010
Octal 315 256 102
Decimal 205 174 66
Hex CD AE 42

RGB Percentages of Color #cdae42

%46.07
%39.10
%14.83

CMYK Percentages of Color #cdae42

%0
%15
%68
%20

Triadic Colors of #cdae42

#cdae42 #42cdae #ae42cd

Analogous Colors of #cdae42

#cdae42 #a7cd42 #cd6942

Monochromatic Colors of #cdae42

#cdae42

Complementary Color

#cdae42 #4261cd

#cdae42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdae42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdae42 Color CSS Codes

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

#cdae42 Text Font Color

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

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


#cdae42 Background Color

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

This div background color is #cdae42


#cdae42 Border Color

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

This div border color is #cdae42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdae42

#cdae42 Color Palettes


Comments

No comments written yet.

Please login to write comment.