Color Hex Logo

#cdd14a Color Hex

#CDD14A
(205,209,74)
0 Favorites   0 Comments

Color spaces of #cdd14a

RGB 20520974
HSL0.170.590.55
HSV62°65°82°
CMYK 0.020.000.65   0.18
XYZ49.213359.074515.2873
Yxy59.07450.39820.4780
Hunter Lab76.8599-20.211642.0093
CIE-Lab81.3325-18.037663.8657

#cdd14a color RGB value is (205,209,74).

#cdd14a hex color red value is 205, green value is 209 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #cdd14a hue: 0.17 , saturation: 0.59 and the lightness value of cdd14a is 0.55.

The process color (four color CMYK) of #cdd14a color hex is 0.02, 0.00, 0.65, 0.18. Web safe color of #cdd14a is #cccc33. Color #cdd14a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010001 01001010
Octal 315 321 112
Decimal 205 209 74
Hex CD D1 4A

RGB Percentages of Color #cdd14a

%42.01
%42.83
%15.16

CMYK Percentages of Color #cdd14a

%2
%0
%65
%18

Triadic Colors of #cdd14a

#cdd14a #4acdd1 #d14acd

Analogous Colors of #cdd14a

#cdd14a #8ad14a #d1924a

Monochromatic Colors of #cdd14a

#cdd14a

Complementary Color

#cdd14a #4e4ad1

#cdd14a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd14a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd14a Color CSS Codes

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

#cdd14a Text Font Color

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

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


#cdd14a Background Color

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

This div background color is #cdd14a


#cdd14a Border Color

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

This div border color is #cdd14a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd14a


Comments

No comments written yet.

Please login to write comment.