Color Hex Logo

#def130 Color Hex

#DEF130
(222,241,48)
0 Favorites   0 Comments

Color spaces of #def130

RGB 22224148
HSL0.180.870.57
HSV66°80°95°
CMYK 0.080.000.80   0.05
XYZ62.113078.653614.7043
Yxy78.65360.39950.5059
Hunter Lab88.6869-30.187252.2505
CIE-Lab91.0773-27.645182.0057

#def130 color RGB value is (222,241,48).

#def130 hex color red value is 222, green value is 241 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #def130 hue: 0.18 , saturation: 0.87 and the lightness value of def130 is 0.57.

The process color (four color CMYK) of #def130 color hex is 0.08, 0.00, 0.80, 0.05. Web safe color of #def130 is #ccff33. Color #def130 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110001 00110000
Octal 336 361 60
Decimal 222 241 48
Hex DE F1 30

RGB Percentages of Color #def130

%43.44
%47.16
%9.39

CMYK Percentages of Color #def130

%8
%0
%80
%5

Triadic Colors of #def130

#def130 #30def1 #f130de

Analogous Colors of #def130

#def130 #7ef130 #f1a430

Monochromatic Colors of #def130

#def130

Complementary Color

#def130 #4330f1

#def130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#def130 Color CSS Codes

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

#def130 Text Font Color

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

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


#def130 Background Color

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

This div background color is #def130


#def130 Border Color

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

This div border color is #def130


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def130


Comments

No comments written yet.

Please login to write comment.