Color Hex Logo

#def9bb Color Hex

#DEF9BB
(222,249,187)
0 Favorites   0 Comments

Color spaces of #def9bb

RGB 222249187
HSL0.240.840.85
HSV86°25°98°
CMYK 0.110.000.25   0.02
XYZ72.969586.868859.9352
Yxy86.86880.33200.3953
Hunter Lab93.2034-23.357327.1155
CIE-Lab94.6826-19.250026.9226

#def9bb color RGB value is (222,249,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111001 10111011
Octal 336 371 273
Decimal 222 249 187
Hex DE F9 BB

RGB Percentages of Color #def9bb

%33.74
%37.84
%28.42

CMYK Percentages of Color #def9bb

%11
%0
%25
%2

Triadic Colors of #def9bb

#def9bb #bbdef9 #f9bbde

Analogous Colors of #def9bb

#def9bb #bff9bb #f9f5bb

Monochromatic Colors of #def9bb

#def9bb

Complementary Color

#def9bb #d6bbf9

#def9bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def9bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#def9bb Color CSS Codes

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

#def9bb Text Font Color

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

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


#def9bb Background Color

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

This div background color is #def9bb


#def9bb Border Color

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

This div border color is #def9bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def9bb


Comments

No comments written yet.

Please login to write comment.