Color Hex Logo

#deff5f Color Hex

#DEFF5F
(222,255,95)
0 Favorites   0 Comments

Color spaces of #deff5f

RGB 22225595
HSL0.201.000.69
HSV72°63°100°
CMYK 0.130.000.63   0.00
XYZ67.949887.875824.2069
Yxy87.87580.37740.4881
Hunter Lab93.7421-34.661350.3091
CIE-Lab95.1086-31.835170.4074

#deff5f color RGB value is (222,255,95).

#deff5f hex color red value is 222, green value is 255 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #deff5f hue: 0.20 , saturation: 1.00 and the lightness value of deff5f is 0.69.

The process color (four color CMYK) of #deff5f color hex is 0.13, 0.00, 0.63, 0.00. Web safe color of #deff5f is #ccff66. Color #deff5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111111 01011111
Octal 336 377 137
Decimal 222 255 95
Hex DE FF 5F

RGB Percentages of Color #deff5f

%38.81
%44.58
%16.61

CMYK Percentages of Color #deff5f

%13
%0
%63
%0

Triadic Colors of #deff5f

#deff5f #5fdeff #ff5fde

Analogous Colors of #deff5f

#deff5f #8eff5f #ffd05f

Monochromatic Colors of #deff5f

#deff5f

Complementary Color

#deff5f #805fff

#deff5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deff5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#deff5f Color CSS Codes

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

#deff5f Text Font Color

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

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


#deff5f Background Color

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

This div background color is #deff5f


#deff5f Border Color

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

This div border color is #deff5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deff5f


Comments

No comments written yet.

Please login to write comment.