Color Hex Logo

#cdae41 Color Hex

#CDAE41
(205,174,65)
0 Favorites   0 Comments

Color spaces of #cdae41

RGB 20517465
HSL0.130.580.53
HSV47°68°80°
CMYK 0.000.150.68   0.20
XYZ41.267043.632911.2480
Yxy43.63290.42920.4538
Hunter Lab66.0552-4.081436.1426
CIE-Lab71.9824-0.625257.8509

#cdae41 color RGB value is (205,174,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101110 01000001
Octal 315 256 101
Decimal 205 174 65
Hex CD AE 41

RGB Percentages of Color #cdae41

%46.17
%39.19
%14.64

CMYK Percentages of Color #cdae41

%0
%15
%68
%20

Triadic Colors of #cdae41

#cdae41 #41cdae #ae41cd

Analogous Colors of #cdae41

#cdae41 #a6cd41 #cd6841

Monochromatic Colors of #cdae41

#cdae41

Complementary Color

#cdae41 #4160cd

#cdae41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdae41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdae41 Color CSS Codes

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

#cdae41 Text Font Color

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

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


#cdae41 Background Color

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

This div background color is #cdae41


#cdae41 Border Color

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

This div border color is #cdae41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdae41


Comments

No comments written yet.

Please login to write comment.