Color Hex Logo

#deeebb Color Hex

#DEEEBB
(222,238,187)
0 Favorites   0 Comments

Color spaces of #deeebb

RGB 222238187
HSL0.220.600.83
HSV79°21°93°
CMYK 0.070.000.21   0.07
XYZ69.668480.266558.8348
Yxy80.26650.33370.3845
Hunter Lab89.5916-17.979723.7783
CIE-Lab91.8043-13.854422.9694

#deeebb color RGB value is (222,238,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101110 10111011
Octal 336 356 273
Decimal 222 238 187
Hex DE EE BB

RGB Percentages of Color #deeebb

%34.31
%36.79
%28.90

CMYK Percentages of Color #deeebb

%7
%0
%21
%7

Triadic Colors of #deeebb

#deeebb #bbdeee #eebbde

Analogous Colors of #deeebb

#deeebb #c5eebb #eee5bb

Monochromatic Colors of #deeebb

#deeebb

Complementary Color

#deeebb #cbbbee

#deeebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deeebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#deeebb Color CSS Codes

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

#deeebb Text Font Color

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

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


#deeebb Background Color

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

This div background color is #deeebb


#deeebb Border Color

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

This div border color is #deeebb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,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 #deeebb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deeebb


Comments

No comments written yet.

Please login to write comment.