Color Hex Logo

#def127 Color Hex

#DEF127
(222,241,39)
0 Favorites   0 Comments

Color spaces of #def127

RGB 22224139
HSL0.180.880.55
HSV66°84°95°
CMYK 0.080.000.84   0.05
XYZ61.945778.586713.8233
Yxy78.58670.40130.5091
Hunter Lab88.6491-30.404952.8091
CIE-Lab91.0470-27.904284.0449

#def127 color RGB value is (222,241,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110001 00100111
Octal 336 361 47
Decimal 222 241 39
Hex DE F1 27

RGB Percentages of Color #def127

%44.22
%48.01
%7.77

CMYK Percentages of Color #def127

%8
%0
%84
%5

Triadic Colors of #def127

#def127 #27def1 #f127de

Analogous Colors of #def127

#def127 #79f127 #f19f27

Monochromatic Colors of #def127

#def127

Complementary Color

#def127 #3a27f1

#def127 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def127 Color Preview on White Background

Lorem ipsum dolor sit amet.

#def127 Color CSS Codes

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

#def127 Text Font Color

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

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


#def127 Background Color

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

This div background color is #def127


#def127 Border Color

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

This div border color is #def127


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def127


Comments

No comments written yet.

Please login to write comment.