Color Hex Logo

#def884 Color Hex

#DEF884
(222,248,132)
0 Favorites   0 Comments

Color spaces of #def884

RGB 222248132
HSL0.200.890.75
HSV73°47°97°
CMYK 0.100.000.47   0.03
XYZ67.856584.330334.5308
Yxy84.33030.36340.4516
Hunter Lab91.8315-28.807341.9876
CIE-Lab93.5938-25.510352.5659

#def884 color RGB value is (222,248,132).

#def884 hex color red value is 222, green value is 248 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #def884 hue: 0.20 , saturation: 0.89 and the lightness value of def884 is 0.75.

The process color (four color CMYK) of #def884 color hex is 0.10, 0.00, 0.47, 0.03. Web safe color of #def884 is #ccff99. Color #def884 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111000 10000100
Octal 336 370 204
Decimal 222 248 132
Hex DE F8 84

RGB Percentages of Color #def884

%36.88
%41.20
%21.93

CMYK Percentages of Color #def884

%10
%0
%47
%3

Triadic Colors of #def884

#def884 #84def8 #f884de

Analogous Colors of #def884

#def884 #a4f884 #f8d884

Monochromatic Colors of #def884

#def884

Complementary Color

#def884 #9e84f8

#def884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#def884 Color CSS Codes

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

#def884 Text Font Color

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

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


#def884 Background Color

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

This div background color is #def884


#def884 Border Color

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

This div border color is #def884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def884


Comments

No comments written yet.

Please login to write comment.