Color Hex Logo

#cdd524 Color Hex

#CDD524
(205,213,36)
0 Favorites   0 Comments

Color spaces of #cdd524

RGB 20521336
HSL0.170.710.49
HSV63°83°84°
CMYK 0.040.000.83   0.16
XYZ49.289560.695010.7865
Yxy60.69500.40810.5026
Hunter Lab77.9070-23.405546.3260
CIE-Lab82.2145-21.632176.7938

#cdd524 color RGB value is (205,213,36).

#cdd524 hex color red value is 205, green value is 213 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #cdd524 hue: 0.17 , saturation: 0.71 and the lightness value of cdd524 is 0.49.

The process color (four color CMYK) of #cdd524 color hex is 0.04, 0.00, 0.83, 0.16. Web safe color of #cdd524 is #cccc33. Color #cdd524 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010101 00100100
Octal 315 325 44
Decimal 205 213 36
Hex CD D5 24

RGB Percentages of Color #cdd524

%45.15
%46.92
%7.93

CMYK Percentages of Color #cdd524

%4
%0
%83
%16

Triadic Colors of #cdd524

#cdd524 #24cdd5 #d524cd

Analogous Colors of #cdd524

#cdd524 #75d524 #d58524

Monochromatic Colors of #cdd524

#cdd524

Complementary Color

#cdd524 #2c24d5

#cdd524 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd524 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd524 Color CSS Codes

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

#cdd524 Text Font Color

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

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


#cdd524 Background Color

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

This div background color is #cdd524


#cdd524 Border Color

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

This div border color is #cdd524


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd524


Comments

No comments written yet.

Please login to write comment.