Color Hex Logo

#cdd35b Color Hex

#CDD35B
(205,211,91)
0 Favorites   0 Comments

Color spaces of #cdd35b

RGB 20521191
HSL0.180.580.59
HSV63°57°83°
CMYK 0.030.000.57   0.17
XYZ50.359460.323018.8868
Yxy60.32300.38870.4656
Hunter Lab77.6679-20.180439.9497
CIE-Lab82.0134-17.879657.4490

#cdd35b color RGB value is (205,211,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010011 01011011
Octal 315 323 133
Decimal 205 211 91
Hex CD D3 5B

RGB Percentages of Color #cdd35b

%40.43
%41.62
%17.95

CMYK Percentages of Color #cdd35b

%3
%0
%57
%17

Triadic Colors of #cdd35b

#cdd35b #5bcdd3 #d35bcd

Analogous Colors of #cdd35b

#cdd35b #91d35b #d39d5b

Monochromatic Colors of #cdd35b

#cdd35b

Complementary Color

#cdd35b #615bd3

#cdd35b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd35b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd35b Color CSS Codes

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

#cdd35b Text Font Color

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

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


#cdd35b Background Color

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

This div background color is #cdd35b


#cdd35b Border Color

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

This div border color is #cdd35b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd35b


Comments

No comments written yet.

Please login to write comment.