Color Hex Logo

#defbee Color Hex

#DEFBEE
(222,251,238)
0 Favorites   0 Comments

Color spaces of #defbee

RGB 222251238
HSL0.430.780.93
HSV153°12°98°
CMYK 0.120.000.05   0.02
XYZ80.054090.697094.1759
Yxy90.69700.30220.3423
Hunter Lab95.2350-16.61518.0338
CIE-Lab96.2851-11.79613.0388

#defbee color RGB value is (222,251,238).

#defbee hex color red value is 222, green value is 251 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #defbee hue: 0.43 , saturation: 0.78 and the lightness value of defbee is 0.93.

The process color (four color CMYK) of #defbee color hex is 0.12, 0.00, 0.05, 0.02. Web safe color of #defbee is #ccffff. Color #defbee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111011 11101110
Octal 336 373 356
Decimal 222 251 238
Hex DE FB EE

RGB Percentages of Color #defbee

%31.22
%35.30
%33.47

CMYK Percentages of Color #defbee

%12
%0
%5
%2

Triadic Colors of #defbee

#defbee #eedefb #fbeede

Analogous Colors of #defbee

#defbee #defafb #defbe0

Monochromatic Colors of #defbee

#defbee

Complementary Color

#defbee #fbdeeb

#defbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#defbee Color CSS Codes

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

#defbee Text Font Color

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

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


#defbee Background Color

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

This div background color is #defbee


#defbee Border Color

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

This div border color is #defbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defbee


Comments

No comments written yet.

Please login to write comment.