Color Hex Logo

#def268 Color Hex

#DEF268
(222,242,104)
0 Favorites   0 Comments

Color spaces of #def268

RGB 222242104
HSL0.190.840.68
HSV69°57°95°
CMYK 0.080.000.57   0.05
XYZ64.375080.033325.1518
Yxy80.03330.37970.4720
Hunter Lab89.4613-28.111545.9537
CIE-Lab91.6998-25.123862.9737

#def268 color RGB value is (222,242,104).

#def268 hex color red value is 222, green value is 242 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #def268 hue: 0.19 , saturation: 0.84 and the lightness value of def268 is 0.68.

The process color (four color CMYK) of #def268 color hex is 0.08, 0.00, 0.57, 0.05. Web safe color of #def268 is #ccff66. Color #def268 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110010 01101000
Octal 336 362 150
Decimal 222 242 104
Hex DE F2 68

RGB Percentages of Color #def268

%39.08
%42.61
%18.31

CMYK Percentages of Color #def268

%8
%0
%57
%5

Triadic Colors of #def268

#def268 #68def2 #f268de

Analogous Colors of #def268

#def268 #99f268 #f2c168

Monochromatic Colors of #def268

#def268

Complementary Color

#def268 #7c68f2

#def268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#def268 Color CSS Codes

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

#def268 Text Font Color

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

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


#def268 Background Color

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

This div background color is #def268


#def268 Border Color

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

This div border color is #def268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def268


Comments

No comments written yet.

Please login to write comment.