Color Hex Logo

#def74a Color Hex

#DEF74A
(222,247,74)
0 Favorites   0 Comments

Color spaces of #def74a

RGB 22224774
HSL0.190.920.63
HSV69°70°97°
CMYK 0.100.000.70   0.03
XYZ64.621082.545519.0056
Yxy82.54550.38890.4967
Hunter Lab90.8546-32.036051.1955
CIE-Lab92.8151-29.372475.8392

#def74a color RGB value is (222,247,74).

#def74a hex color red value is 222, green value is 247 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #def74a hue: 0.19 , saturation: 0.92 and the lightness value of def74a is 0.63.

The process color (four color CMYK) of #def74a color hex is 0.10, 0.00, 0.70, 0.03. Web safe color of #def74a is #ccff33. Color #def74a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110111 01001010
Octal 336 367 112
Decimal 222 247 74
Hex DE F7 4A

RGB Percentages of Color #def74a

%40.88
%45.49
%13.63

CMYK Percentages of Color #def74a

%10
%0
%70
%3

Triadic Colors of #def74a

#def74a #4adef7 #f74ade

Analogous Colors of #def74a

#def74a #88f74a #f7ba4a

Monochromatic Colors of #def74a

#def74a

Complementary Color

#def74a #634af7

#def74a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def74a Color Preview on White Background

Lorem ipsum dolor sit amet.

#def74a Color CSS Codes

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

#def74a Text Font Color

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

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


#def74a Background Color

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

This div background color is #def74a


#def74a Border Color

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

This div border color is #def74a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def74a

Related Colors


Comments

No comments written yet.

Please login to write comment.