Color Hex Logo

#cdd36a Color Hex

#CDD36A
(205,211,106)
0 Favorites   0 Comments

Color spaces of #cdd36a

RGB 205211106
HSL0.180.540.62
HSV63°50°83°
CMYK 0.030.000.50   0.17
XYZ51.072660.608322.6424
Yxy60.60830.38020.4512
Hunter Lab77.8513-19.139037.2519
CIE-Lab82.1677-16.643650.7640

#cdd36a color RGB value is (205,211,106).

#cdd36a hex color red value is 205, green value is 211 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #cdd36a hue: 0.18 , saturation: 0.54 and the lightness value of cdd36a is 0.62.

The process color (four color CMYK) of #cdd36a color hex is 0.03, 0.00, 0.50, 0.17. Web safe color of #cdd36a is #cccc66. Color #cdd36a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010011 01101010
Octal 315 323 152
Decimal 205 211 106
Hex CD D3 6A

RGB Percentages of Color #cdd36a

%39.27
%40.42
%20.31

CMYK Percentages of Color #cdd36a

%3
%0
%50
%17

Triadic Colors of #cdd36a

#cdd36a #6acdd3 #d36acd

Analogous Colors of #cdd36a

#cdd36a #99d36a #d3a56a

Monochromatic Colors of #cdd36a

#cdd36a

Complementary Color

#cdd36a #706ad3

#cdd36a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd36a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd36a Color CSS Codes

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

#cdd36a Text Font Color

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

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


#cdd36a Background Color

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

This div background color is #cdd36a


#cdd36a Border Color

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

This div border color is #cdd36a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd36a


Comments

No comments written yet.

Please login to write comment.