Color Hex Logo

#def132 Color Hex

#DEF132
(222,241,50)
0 Favorites   0 Comments

Color spaces of #def132

RGB 22224150
HSL0.180.870.57
HSV66°79°95°
CMYK 0.080.000.79   0.05
XYZ62.155278.670514.9266
Yxy78.67050.39910.5051
Hunter Lab88.6964-30.132452.1096
CIE-Lab91.0850-27.580081.5044

#def132 color RGB value is (222,241,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110001 00110010
Octal 336 361 62
Decimal 222 241 50
Hex DE F1 32

RGB Percentages of Color #def132

%43.27
%46.98
%9.75

CMYK Percentages of Color #def132

%8
%0
%79
%5

Triadic Colors of #def132

#def132 #32def1 #f132de

Analogous Colors of #def132

#def132 #7ff132 #f1a532

Monochromatic Colors of #def132

#def132

Complementary Color

#def132 #4532f1

#def132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#def132 Color CSS Codes

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

#def132 Text Font Color

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

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


#def132 Background Color

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

This div background color is #def132


#def132 Border Color

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

This div border color is #def132


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def132


Comments

No comments written yet.

Please login to write comment.