Color Hex Logo

#def047 Color Hex

#DEF047
(222,240,71)
0 Favorites   0 Comments

Color spaces of #def047

RGB 22224071
HSL0.180.850.61
HSV66°70°94°
CMYK 0.080.000.70   0.06
XYZ62.421678.304717.7856
Yxy78.30470.39380.4940
Hunter Lab88.4899-28.941950.0263
CIE-Lab90.9188-26.244375.0143

#def047 color RGB value is (222,240,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110000 01000111
Octal 336 360 107
Decimal 222 240 71
Hex DE F0 47

RGB Percentages of Color #def047

%41.65
%45.03
%13.32

CMYK Percentages of Color #def047

%8
%0
%70
%6

Triadic Colors of #def047

#def047 #47def0 #f047de

Analogous Colors of #def047

#def047 #8af047 #f0ae47

Monochromatic Colors of #def047

#def047

Complementary Color

#def047 #5947f0

#def047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#def047 Color CSS Codes

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

#def047 Text Font Color

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

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


#def047 Background Color

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

This div background color is #def047


#def047 Border Color

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

This div border color is #def047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def047


Comments

No comments written yet.

Please login to write comment.