Color Hex Logo

#defe9b Color Hex

#DEFE9B
(222,254,155)
0 Favorites   0 Comments

Color spaces of #defe9b

RGB 222254155
HSL0.220.980.80
HSV79°39°100°
CMYK 0.130.000.39   0.00
XYZ71.482488.779844.3790
Yxy88.77980.34930.4338
Hunter Lab94.2230-29.471138.0306
CIE-Lab95.4883-25.854643.9345

#defe9b color RGB value is (222,254,155).

#defe9b hex color red value is 222, green value is 254 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #defe9b hue: 0.22 , saturation: 0.98 and the lightness value of defe9b is 0.80.

The process color (four color CMYK) of #defe9b color hex is 0.13, 0.00, 0.39, 0.00. Web safe color of #defe9b is #ccff99. Color #defe9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111110 10011011
Octal 336 376 233
Decimal 222 254 155
Hex DE FE 9B

RGB Percentages of Color #defe9b

%35.18
%40.25
%24.56

CMYK Percentages of Color #defe9b

%13
%0
%39
%0

Triadic Colors of #defe9b

#defe9b #9bdefe #fe9bde

Analogous Colors of #defe9b

#defe9b #adfe9b #feed9b

Monochromatic Colors of #defe9b

#defe9b

Complementary Color

#defe9b #bb9bfe

#defe9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defe9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#defe9b Color CSS Codes

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

#defe9b Text Font Color

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

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


#defe9b Background Color

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

This div background color is #defe9b


#defe9b Border Color

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

This div border color is #defe9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defe9b


Comments

No comments written yet.

Please login to write comment.