Color Hex Logo

#deef13 Color Hex

#DEEF13
(222,239,19)
0 Favorites   0 Comments

Color spaces of #deef13

RGB 22223919
HSL0.180.870.51
HSV65°92°94°
CMYK 0.070.000.92   0.06
XYZ61.108277.309612.3176
Yxy77.30960.40540.5129
Hunter Lab87.9259-29.813453.2421
CIE-Lab90.4639-27.353686.8305

#deef13 color RGB value is (222,239,19).

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

The process color (four color CMYK) of #deef13 color hex is 0.07, 0.00, 0.92, 0.06. Web safe color of #deef13 is #ccff00. Color #deef13 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101111 00010011
Octal 336 357 23
Decimal 222 239 19
Hex DE EF 13

RGB Percentages of Color #deef13

%46.25
%49.79
%3.96

CMYK Percentages of Color #deef13

%7
%0
%92
%6

Triadic Colors of #deef13

#deef13 #13deef #ef13de

Analogous Colors of #deef13

#deef13 #70ef13 #ef9213

Monochromatic Colors of #deef13

#deef13

Complementary Color

#deef13 #2413ef

#deef13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deef13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deef13 Color CSS Codes

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

#deef13 Text Font Color

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

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


#deef13 Background Color

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

This div background color is #deef13


#deef13 Border Color

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

This div border color is #deef13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deef13


Comments

No comments written yet.

Please login to write comment.