Color Hex Logo

#def14f Color Hex

#DEF14F
(222,241,79)
0 Favorites   0 Comments

Color spaces of #def14f

RGB 22224179
HSL0.190.850.63
HSV67°67°95°
CMYK 0.080.000.67   0.05
XYZ62.990879.004719.3266
Yxy79.00470.39050.4897
Hunter Lab88.8846-29.048549.3275
CIE-Lab91.2364-26.296572.4915

#def14f color RGB value is (222,241,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110001 01001111
Octal 336 361 117
Decimal 222 241 79
Hex DE F1 4F

RGB Percentages of Color #def14f

%40.96
%44.46
%14.58

CMYK Percentages of Color #def14f

%8
%0
%67
%5

Triadic Colors of #def14f

#def14f #4fdef1 #f14fde

Analogous Colors of #def14f

#def14f #8df14f #f1b34f

Monochromatic Colors of #def14f

#def14f

Complementary Color

#def14f #624ff1

#def14f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def14f Color Preview on White Background

Lorem ipsum dolor sit amet.

#def14f Color CSS Codes

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

#def14f Text Font Color

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

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


#def14f Background Color

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

This div background color is #def14f


#def14f Border Color

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

This div border color is #def14f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def14f


Comments

No comments written yet.

Please login to write comment.