Color Hex Logo

#def50d Color Hex

#DEF50D
(222,245,13)
0 Favorites   0 Comments

Color spaces of #def50d

RGB 22224513
HSL0.180.920.51
HSV66°95°96°
CMYK 0.090.000.95   0.04
XYZ62.849380.863512.6765
Yxy80.86350.40190.5171
Hunter Lab89.9241-32.611054.5889
CIE-Lab92.0709-30.220188.6707

#def50d color RGB value is (222,245,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110101 00001101
Octal 336 365 15
Decimal 222 245 13
Hex DE F5 D

RGB Percentages of Color #def50d

%46.25
%51.04
%2.71

CMYK Percentages of Color #def50d

%9
%0
%95
%4

Triadic Colors of #def50d

#def50d #0ddef5 #f50dde

Analogous Colors of #def50d

#def50d #6af50d #f5980d

Monochromatic Colors of #def50d

#def50d

Complementary Color

#def50d #240df5

#def50d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def50d Color Preview on White Background

Lorem ipsum dolor sit amet.

#def50d Color CSS Codes

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

#def50d Text Font Color

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

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


#def50d Background Color

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

This div background color is #def50d


#def50d Border Color

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

This div border color is #def50d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def50d


Comments

No comments written yet.

Please login to write comment.