Color Hex Logo

#defebb Color Hex

#DEFEBB
(222,254,187)
0 Favorites   0 Comments

Color spaces of #defebb

RGB 222254187
HSL0.250.970.86
HSV89°26°100°
CMYK 0.130.000.26   0.00
XYZ74.535790.001160.4572
Yxy90.00110.33130.4000
Hunter Lab94.8689-25.778428.6244
CIE-Lab95.9972-21.664228.7148

#defebb color RGB value is (222,254,187).

#defebb hex color red value is 222, green value is 254 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #defebb hue: 0.25 , saturation: 0.97 and the lightness value of defebb is 0.86.

The process color (four color CMYK) of #defebb color hex is 0.13, 0.00, 0.26, 0.00. Web safe color of #defebb is #ccffcc. Color #defebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111110 10111011
Octal 336 376 273
Decimal 222 254 187
Hex DE FE BB

RGB Percentages of Color #defebb

%33.48
%38.31
%28.21

CMYK Percentages of Color #defebb

%13
%0
%26
%0

Triadic Colors of #defebb

#defebb #bbdefe #febbde

Analogous Colors of #defebb

#defebb #bdfebb #fefdbb

Monochromatic Colors of #defebb

#defebb

Complementary Color

#defebb #dbbbfe

#defebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#defebb Color CSS Codes

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

#defebb Text Font Color

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

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


#defebb Background Color

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

This div background color is #defebb


#defebb Border Color

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

This div border color is #defebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defebb


Comments

No comments written yet.

Please login to write comment.