Color Hex Logo

#defbbd Color Hex

#DEFBBD
(222,251,189)
0 Favorites   0 Comments

Color spaces of #defbbd

RGB 222251189
HSL0.240.890.86
HSV88°25°98°
CMYK 0.120.000.25   0.02
XYZ73.806788.198161.2780
Yxy88.19810.33060.3950
Hunter Lab93.9138-24.066427.0535
CIE-Lab95.2443-19.926926.6760

#defbbd color RGB value is (222,251,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111011 10111101
Octal 336 373 275
Decimal 222 251 189
Hex DE FB BD

RGB Percentages of Color #defbbd

%33.53
%37.92
%28.55

CMYK Percentages of Color #defbbd

%12
%0
%25
%2

Triadic Colors of #defbbd

#defbbd #bddefb #fbbdde

Analogous Colors of #defbbd

#defbbd #bffbbd #fbf9bd

Monochromatic Colors of #defbbd

#defbbd

Complementary Color

#defbbd #dabdfb

#defbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#defbbd Color CSS Codes

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

#defbbd Text Font Color

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

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


#defbbd Background Color

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

This div background color is #defbbd


#defbbd Border Color

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

This div border color is #defbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defbbd

Related Colors


Comments

No comments written yet.

Please login to write comment.