Color Hex Logo

#defb8d Color Hex

#DEFB8D
(222,251,141)
0 Favorites   0 Comments

Color spaces of #defb8d

RGB 222251141
HSL0.210.930.77
HSV76°44°98°
CMYK 0.120.000.44   0.02
XYZ69.429186.447038.2259
Yxy86.44700.35770.4454
Hunter Lab92.9769-29.417340.7077
CIE-Lab94.5031-26.004149.4328

#defb8d color RGB value is (222,251,141).

#defb8d hex color red value is 222, green value is 251 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #defb8d hue: 0.21 , saturation: 0.93 and the lightness value of defb8d is 0.77.

The process color (four color CMYK) of #defb8d color hex is 0.12, 0.00, 0.44, 0.02. Web safe color of #defb8d is #ccff99. Color #defb8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111011 10001101
Octal 336 373 215
Decimal 222 251 141
Hex DE FB 8D

RGB Percentages of Color #defb8d

%36.16
%40.88
%22.96

CMYK Percentages of Color #defb8d

%12
%0
%44
%2

Triadic Colors of #defb8d

#defb8d #8ddefb #fb8dde

Analogous Colors of #defb8d

#defb8d #a7fb8d #fbe18d

Monochromatic Colors of #defb8d

#defb8d

Complementary Color

#defb8d #aa8dfb

#defb8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defb8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#defb8d Color CSS Codes

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

#defb8d Text Font Color

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

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


#defb8d Background Color

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

This div background color is #defb8d


#defb8d Border Color

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

This div border color is #defb8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defb8d


Comments

No comments written yet.

Please login to write comment.