Color Hex Logo

#defbbe Color Hex

#DEFBBE
(222,251,190)
0 Favorites   0 Comments

Color spaces of #defbbe

RGB 222251190
HSL0.250.880.86
HSV89°24°98°
CMYK 0.120.000.24   0.02
XYZ73.915688.241761.8518
Yxy88.24170.33000.3939
Hunter Lab93.9371-23.934826.7171
CIE-Lab95.2626-19.780026.1938

#defbbe color RGB value is (222,251,190).

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

The process color (four color CMYK) of #defbbe color hex is 0.12, 0.00, 0.24, 0.02. Web safe color of #defbbe is #ccffcc. Color #defbbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111011 10111110
Octal 336 373 276
Decimal 222 251 190
Hex DE FB BE

RGB Percentages of Color #defbbe

%33.48
%37.86
%28.66

CMYK Percentages of Color #defbbe

%12
%0
%24
%2

Triadic Colors of #defbbe

#defbbe #bedefb #fbbede

Analogous Colors of #defbbe

#defbbe #c0fbbe #fbfabe

Monochromatic Colors of #defbbe

#defbbe

Complementary Color

#defbbe #dbbefb

#defbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#defbbe Color CSS Codes

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

#defbbe Text Font Color

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

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


#defbbe Background Color

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

This div background color is #defbbe


#defbbe Border Color

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

This div border color is #defbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defbbe


Comments

No comments written yet.

Please login to write comment.