Color Hex Logo

#defbbb Color Hex

#DEFBBB
(222,251,187)
0 Favorites   0 Comments

Color spaces of #defbbb

RGB 222251187
HSL0.240.890.86
HSV87°25°98°
CMYK 0.120.000.25   0.02
XYZ73.591088.111860.1423
Yxy88.11180.33170.3972
Hunter Lab93.8679-24.327527.7197
CIE-Lab95.2080-20.218627.6399

#defbbb color RGB value is (222,251,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111011 10111011
Octal 336 373 273
Decimal 222 251 187
Hex DE FB BB

RGB Percentages of Color #defbbb

%33.64
%38.03
%28.33

CMYK Percentages of Color #defbbb

%12
%0
%25
%2

Triadic Colors of #defbbb

#defbbb #bbdefb #fbbbde

Analogous Colors of #defbbb

#defbbb #befbbb #fbf8bb

Monochromatic Colors of #defbbb

#defbbb

Complementary Color

#defbbb #d8bbfb

#defbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#defbbb Color CSS Codes

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

#defbbb Text Font Color

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

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


#defbbb Background Color

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

This div background color is #defbbb


#defbbb Border Color

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

This div border color is #defbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defbbb

#defbbb Color Palettes


Comments

No comments written yet.

Please login to write comment.