Color Hex Logo

#def14d Color Hex

#DEF14D
(222,241,77)
0 Favorites   0 Comments

Color spaces of #def14d

RGB 22224177
HSL0.190.850.62
HSV67°68°95°
CMYK 0.080.000.68   0.05
XYZ62.919178.976018.9489
Yxy78.97600.39120.4910
Hunter Lab88.8684-29.141349.5658
CIE-Lab91.2234-26.405973.2062

#def14d color RGB value is (222,241,77).

#def14d hex color red value is 222, green value is 241 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #def14d hue: 0.19 , saturation: 0.85 and the lightness value of def14d is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110001 01001101
Octal 336 361 115
Decimal 222 241 77
Hex DE F1 4D

RGB Percentages of Color #def14d

%41.11
%44.63
%14.26

CMYK Percentages of Color #def14d

%8
%0
%68
%5

Triadic Colors of #def14d

#def14d #4ddef1 #f14dde

Analogous Colors of #def14d

#def14d #8cf14d #f1b24d

Monochromatic Colors of #def14d

#def14d

Complementary Color

#def14d #604df1

#def14d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def14d Color Preview on White Background

Lorem ipsum dolor sit amet.

#def14d Color CSS Codes

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

#def14d Text Font Color

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

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


#def14d Background Color

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

This div background color is #def14d


#def14d Border Color

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

This div border color is #def14d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def14d


Comments

No comments written yet.

Please login to write comment.