Color Hex Logo

#cdae15 Color Hex

#CDAE15
(205,174,21)
0 Favorites   0 Comments

Color spaces of #cdae15

RGB 20517421
HSL0.140.810.44
HSV50°90°80°
CMYK 0.000.150.90   0.20
XYZ40.448243.30546.9364
Yxy43.30540.44600.4775
Hunter Lab65.8068-5.446939.8153
CIE-Lab71.7618-2.194871.4365

#cdae15 color RGB value is (205,174,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101110 00010101
Octal 315 256 25
Decimal 205 174 21
Hex CD AE 15

RGB Percentages of Color #cdae15

%51.25
%43.50
%5.25

CMYK Percentages of Color #cdae15

%0
%15
%90
%20

Triadic Colors of #cdae15

#cdae15 #15cdae #ae15cd

Analogous Colors of #cdae15

#cdae15 #90cd15 #cd5215

Monochromatic Colors of #cdae15

#cdae15

Complementary Color

#cdae15 #1534cd

#cdae15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdae15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdae15 Color CSS Codes

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

#cdae15 Text Font Color

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

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


#cdae15 Background Color

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

This div background color is #cdae15


#cdae15 Border Color

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

This div border color is #cdae15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdae15


Comments

No comments written yet.

Please login to write comment.