Color Hex Logo

#deebee Color Hex

#DEEBEE
(222,235,238)
0 Favorites   0 Comments

Color spaces of #deebee

RGB 222235238
HSL0.530.320.90
HSV191°93°
CMYK 0.070.010.00   0.07
XYZ75.265181.119392.5796
Yxy81.11930.30230.3258
Hunter Lab90.0663-8.45002.1019
CIE-Lab92.1848-3.7319-2.9480

#deebee color RGB value is (222,235,238).

#deebee hex color red value is 222, green value is 235 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #deebee hue: 0.53 , saturation: 0.32 and the lightness value of deebee is 0.90.

The process color (four color CMYK) of #deebee color hex is 0.07, 0.01, 0.00, 0.07. Web safe color of #deebee is #ccffff. Color #deebee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101011 11101110
Octal 336 353 356
Decimal 222 235 238
Hex DE EB EE

RGB Percentages of Color #deebee

%31.94
%33.81
%34.24

CMYK Percentages of Color #deebee

%7
%1
%0
%7

Triadic Colors of #deebee

#deebee #eedeeb #ebeede

Analogous Colors of #deebee

#deebee #dee3ee #deeee9

Monochromatic Colors of #deebee

#deebee

Complementary Color

#deebee #eee1de

#deebee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deebee Color Preview on White Background

Lorem ipsum dolor sit amet.

#deebee Color CSS Codes

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

#deebee Text Font Color

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

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


#deebee Background Color

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

This div background color is #deebee


#deebee Border Color

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

This div border color is #deebee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deebee


Comments

No comments written yet.

Please login to write comment.