Color Hex Logo

#def084 Color Hex

#DEF084
(222,240,132)
0 Favorites   0 Comments

Color spaces of #def084

RGB 222240132
HSL0.190.780.73
HSV70°45°94°
CMYK 0.080.000.45   0.06
XYZ65.449179.515733.7283
Yxy79.51570.36630.4450
Hunter Lab89.1716-25.036939.9942
CIE-Lab91.4671-21.692249.9642

#def084 color RGB value is (222,240,132).

#def084 hex color red value is 222, green value is 240 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #def084 hue: 0.19 , saturation: 0.78 and the lightness value of def084 is 0.73.

The process color (four color CMYK) of #def084 color hex is 0.08, 0.00, 0.45, 0.06. Web safe color of #def084 is #ccff99. Color #def084 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110000 10000100
Octal 336 360 204
Decimal 222 240 132
Hex DE F0 84

RGB Percentages of Color #def084

%37.37
%40.40
%22.22

CMYK Percentages of Color #def084

%8
%0
%45
%6

Triadic Colors of #def084

#def084 #84def0 #f084de

Analogous Colors of #def084

#def084 #a8f084 #f0cc84

Monochromatic Colors of #def084

#def084

Complementary Color

#def084 #9684f0

#def084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#def084 Color CSS Codes

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

#def084 Text Font Color

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

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


#def084 Background Color

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

This div background color is #def084


#def084 Border Color

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

This div border color is #def084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def084


Comments

No comments written yet.

Please login to write comment.