Color Hex Logo

#cdeebb Color Hex

#CDEEBB
(205,238,187)
0 Favorites   0 Comments

Color spaces of #cdeebb

RGB 205238187
HSL0.270.600.83
HSV99°21°93°
CMYK 0.140.000.21   0.07
XYZ64.721077.716158.6032
Yxy77.71610.32190.3866
Hunter Lab88.1567-23.227022.2960
CIE-Lab90.6502-19.814321.1936

#cdeebb color RGB value is (205,238,187).

#cdeebb hex color red value is 205, green value is 238 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cdeebb hue: 0.27 , saturation: 0.60 and the lightness value of cdeebb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101110 10111011
Octal 315 356 273
Decimal 205 238 187
Hex CD EE BB

RGB Percentages of Color #cdeebb

%32.54
%37.78
%29.68

CMYK Percentages of Color #cdeebb

%14
%0
%21
%7

Triadic Colors of #cdeebb

#cdeebb #bbcdee #eebbcd

Analogous Colors of #cdeebb

#cdeebb #bbeec3 #e7eebb

Monochromatic Colors of #cdeebb

#cdeebb

Complementary Color

#cdeebb #dcbbee

#cdeebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdeebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdeebb Color CSS Codes

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

#cdeebb Text Font Color

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

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


#cdeebb Background Color

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

This div background color is #cdeebb


#cdeebb Border Color

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

This div border color is #cdeebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdeebb


Comments

No comments written yet.

Please login to write comment.