Color Hex Logo

#cdae21 Color Hex

#CDAE21
(205,174,33)
0 Favorites   0 Comments

Color spaces of #cdae21

RGB 20517433
HSL0.140.720.47
HSV49°84°80°
CMYK 0.000.150.84   0.20
XYZ40.587443.36107.6692
Yxy43.36100.44300.4733
Hunter Lab65.8491-5.213839.1891
CIE-Lab71.7993-1.925768.7819

#cdae21 color RGB value is (205,174,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101110 00100001
Octal 315 256 41
Decimal 205 174 33
Hex CD AE 21

RGB Percentages of Color #cdae21

%49.76
%42.23
%8.01

CMYK Percentages of Color #cdae21

%0
%15
%84
%20

Triadic Colors of #cdae21

#cdae21 #21cdae #ae21cd

Analogous Colors of #cdae21

#cdae21 #96cd21 #cd5821

Monochromatic Colors of #cdae21

#cdae21

Complementary Color

#cdae21 #2140cd

#cdae21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdae21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdae21 Color CSS Codes

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

#cdae21 Text Font Color

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

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


#cdae21 Background Color

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

This div background color is #cdae21


#cdae21 Border Color

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

This div border color is #cdae21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdae21


Comments

No comments written yet.

Please login to write comment.