Color Hex Logo

#def973 Color Hex

#DEF973
(222,249,115)
0 Favorites   0 Comments

Color spaces of #def973

RGB 222249115
HSL0.200.920.71
HSV72°54°98°
CMYK 0.110.000.54   0.02
XYZ67.094484.518828.9972
Yxy84.51880.37150.4680
Hunter Lab91.9341-30.613745.6530
CIE-Lab93.6754-27.541260.4201

#def973 color RGB value is (222,249,115).

#def973 hex color red value is 222, green value is 249 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #def973 hue: 0.20 , saturation: 0.92 and the lightness value of def973 is 0.71.

The process color (four color CMYK) of #def973 color hex is 0.11, 0.00, 0.54, 0.02. Web safe color of #def973 is #ccff66. Color #def973 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111001 01110011
Octal 336 371 163
Decimal 222 249 115
Hex DE F9 73

RGB Percentages of Color #def973

%37.88
%42.49
%19.62

CMYK Percentages of Color #def973

%11
%0
%54
%2

Triadic Colors of #def973

#def973 #73def9 #f973de

Analogous Colors of #def973

#def973 #9bf973 #f9d173

Monochromatic Colors of #def973

#def973

Complementary Color

#def973 #8e73f9

#def973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#def973 Color CSS Codes

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

#def973 Text Font Color

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

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


#def973 Background Color

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

This div background color is #def973


#def973 Border Color

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

This div border color is #def973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def973


Comments

No comments written yet.

Please login to write comment.