Color Hex Logo

#def90d Color Hex

#DEF90D
(222,249,13)
0 Favorites   0 Comments

Color spaces of #def90d

RGB 22224913
HSL0.190.950.51
HSV67°95°98°
CMYK 0.110.000.95   0.02
XYZ64.072583.310013.0842
Yxy83.31000.39930.5192
Hunter Lab91.2743-34.427155.3928
CIE-Lab93.1500-32.063589.4953

#def90d color RGB value is (222,249,13).

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

The process color (four color CMYK) of #def90d color hex is 0.11, 0.00, 0.95, 0.02. Web safe color of #def90d is #ccff00. Color #def90d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111001 00001101
Octal 336 371 15
Decimal 222 249 13
Hex DE F9 D

RGB Percentages of Color #def90d

%45.87
%51.45
%2.69

CMYK Percentages of Color #def90d

%11
%0
%95
%2

Triadic Colors of #def90d

#def90d #0ddef9 #f90dde

Analogous Colors of #def90d

#def90d #68f90d #f99e0d

Monochromatic Colors of #def90d

#def90d

Complementary Color

#def90d #280df9

#def90d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def90d Color Preview on White Background

Lorem ipsum dolor sit amet.

#def90d Color CSS Codes

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

#def90d Text Font Color

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

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


#def90d Background Color

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

This div background color is #def90d


#def90d Border Color

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

This div border color is #def90d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,249,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 #def90d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def90d


Comments

No comments written yet.

Please login to write comment.