Color Hex Logo

#def508 Color Hex

#DEF508
(222,245,8)
0 Favorites   0 Comments

Color spaces of #def508

RGB 2222458
HSL0.180.940.50
HSV66°97°96°
CMYK 0.090.000.97   0.04
XYZ62.820480.851912.5247
Yxy80.85190.40220.5176
Hunter Lab89.9177-32.648154.6838
CIE-Lab92.0657-30.264689.0532

#def508 color RGB value is (222,245,8).

#def508 hex color red value is 222, green value is 245 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #def508 hue: 0.18 , saturation: 0.94 and the lightness value of def508 is 0.50.

The process color (four color CMYK) of #def508 color hex is 0.09, 0.00, 0.97, 0.04. Web safe color of #def508 is #ccff00. Color #def508 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110101 00001000
Octal 336 365 10
Decimal 222 245 8
Hex DE F5 8

RGB Percentages of Color #def508

%46.74
%51.58
%1.68

CMYK Percentages of Color #def508

%9
%0
%97
%4

Triadic Colors of #def508

#def508 #08def5 #f508de

Analogous Colors of #def508

#def508 #68f508 #f59608

Monochromatic Colors of #def508

#def508

Complementary Color

#def508 #1f08f5

#def508 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def508 Color Preview on White Background

Lorem ipsum dolor sit amet.

#def508 Color CSS Codes

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

#def508 Text Font Color

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

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


#def508 Background Color

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

This div background color is #def508


#def508 Border Color

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

This div border color is #def508


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def508


Comments

No comments written yet.

Please login to write comment.