Color Hex Logo

#def073 Color Hex

#DEF073
(222,240,115)
0 Favorites   0 Comments

Color spaces of #def073

RGB 222240115
HSL0.190.810.70
HSV69°52°94°
CMYK 0.080.000.52   0.06
XYZ64.378879.087628.0920
Yxy79.08760.37530.4610
Hunter Lab88.9312-26.410543.5230
CIE-Lab91.2739-23.279457.6328

#def073 color RGB value is (222,240,115).

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

The process color (four color CMYK) of #def073 color hex is 0.08, 0.00, 0.52, 0.06. Web safe color of #def073 is #ccff66. Color #def073 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110000 01110011
Octal 336 360 163
Decimal 222 240 115
Hex DE F0 73

RGB Percentages of Color #def073

%38.47
%41.59
%19.93

CMYK Percentages of Color #def073

%8
%0
%52
%6

Triadic Colors of #def073

#def073 #73def0 #f073de

Analogous Colors of #def073

#def073 #a0f073 #f0c473

Monochromatic Colors of #def073

#def073

Complementary Color

#def073 #8573f0

#def073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#def073 Color CSS Codes

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

#def073 Text Font Color

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

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


#def073 Background Color

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

This div background color is #def073


#def073 Border Color

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

This div border color is #def073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def073


Comments

No comments written yet.

Please login to write comment.