Color Hex Logo

#cdeeb5 Color Hex

#CDEEB5
(205,238,181)
0 Favorites   0 Comments

Color spaces of #cdeeb5

RGB 205238181
HSL0.260.630.82
HSV95°24°93°
CMYK 0.140.000.24   0.07
XYZ64.091977.464455.2902
Yxy77.46440.32560.3935
Hunter Lab88.0139-24.040124.3638
CIE-Lab90.5349-20.747424.1202

#cdeeb5 color RGB value is (205,238,181).

#cdeeb5 hex color red value is 205, green value is 238 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #cdeeb5 hue: 0.26 , saturation: 0.63 and the lightness value of cdeeb5 is 0.82.

The process color (four color CMYK) of #cdeeb5 color hex is 0.14, 0.00, 0.24, 0.07. Web safe color of #cdeeb5 is #ccffcc. Color #cdeeb5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101110 10110101
Octal 315 356 265
Decimal 205 238 181
Hex CD EE B5

RGB Percentages of Color #cdeeb5

%32.85
%38.14
%29.01

CMYK Percentages of Color #cdeeb5

%14
%0
%24
%7

Triadic Colors of #cdeeb5

#cdeeb5 #b5cdee #eeb5cd

Analogous Colors of #cdeeb5

#cdeeb5 #b5eeba #eaeeb5

Monochromatic Colors of #cdeeb5

#cdeeb5

Complementary Color

#cdeeb5 #d6b5ee

#cdeeb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdeeb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdeeb5 Color CSS Codes

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

#cdeeb5 Text Font Color

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

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


#cdeeb5 Background Color

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

This div background color is #cdeeb5


#cdeeb5 Border Color

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

This div border color is #cdeeb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdeeb5


Comments

No comments written yet.

Please login to write comment.