Color Hex Logo

#cdde9b Color Hex

#CDDE9B
(205,222,155)
0 Favorites   0 Comments

Color spaces of #cdde9b

RGB 205222155
HSL0.210.500.74
HSV75°30°87°
CMYK 0.080.000.30   0.13
XYZ57.214567.588241.0407
Yxy67.58820.34500.4075
Hunter Lab82.2120-19.646127.9505
CIE-Lab85.8001-16.618631.0462

#cdde9b color RGB value is (205,222,155).

#cdde9b hex color red value is 205, green value is 222 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #cdde9b hue: 0.21 , saturation: 0.50 and the lightness value of cdde9b is 0.74.

The process color (four color CMYK) of #cdde9b color hex is 0.08, 0.00, 0.30, 0.13. Web safe color of #cdde9b is #cccc99. Color #cdde9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011110 10011011
Octal 315 336 233
Decimal 205 222 155
Hex CD DE 9B

RGB Percentages of Color #cdde9b

%35.22
%38.14
%26.63

CMYK Percentages of Color #cdde9b

%8
%0
%30
%13

Triadic Colors of #cdde9b

#cdde9b #9bcdde #de9bcd

Analogous Colors of #cdde9b

#cdde9b #acde9b #dece9b

Monochromatic Colors of #cdde9b

#cdde9b

Complementary Color

#cdde9b #ac9bde

#cdde9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdde9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdde9b Color CSS Codes

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

#cdde9b Text Font Color

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

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


#cdde9b Background Color

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

This div background color is #cdde9b


#cdde9b Border Color

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

This div border color is #cdde9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdde9b


Comments

No comments written yet.

Please login to write comment.