Color Hex Logo

#def048 Color Hex

#DEF048
(222,240,72)
0 Favorites   0 Comments

Color spaces of #def048

RGB 22224072
HSL0.180.850.61
HSV66°70°94°
CMYK 0.080.000.70   0.06
XYZ62.454078.317717.9560
Yxy78.31770.39350.4934
Hunter Lab88.4973-28.899949.9182
CIE-Lab90.9247-26.194674.6765

#def048 color RGB value is (222,240,72).

#def048 hex color red value is 222, green value is 240 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #def048 hue: 0.18 , saturation: 0.85 and the lightness value of def048 is 0.61.

The process color (four color CMYK) of #def048 color hex is 0.08, 0.00, 0.70, 0.06. Web safe color of #def048 is #ccff33. Color #def048 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110000 01001000
Octal 336 360 110
Decimal 222 240 72
Hex DE F0 48

RGB Percentages of Color #def048

%41.57
%44.94
%13.48

CMYK Percentages of Color #def048

%8
%0
%70
%6

Triadic Colors of #def048

#def048 #48def0 #f048de

Analogous Colors of #def048

#def048 #8af048 #f0ae48

Monochromatic Colors of #def048

#def048

Complementary Color

#def048 #5a48f0

#def048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#def048 Color CSS Codes

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

#def048 Text Font Color

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

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


#def048 Background Color

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

This div background color is #def048


#def048 Border Color

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

This div border color is #def048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def048


Comments

No comments written yet.

Please login to write comment.