Color Hex Logo

#deff71 Color Hex

#DEFF71
(222,255,113)
0 Favorites   0 Comments

Color spaces of #deff71

RGB 222255113
HSL0.211.000.72
HSV74°56°100°
CMYK 0.130.000.56   0.00
XYZ68.864888.241829.0256
Yxy88.24180.37000.4741
Hunter Lab93.9371-33.532547.4360
CIE-Lab95.2627-30.501263.1148

#deff71 color RGB value is (222,255,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111111 01110001
Octal 336 377 161
Decimal 222 255 113
Hex DE FF 71

RGB Percentages of Color #deff71

%37.63
%43.22
%19.15

CMYK Percentages of Color #deff71

%13
%0
%56
%0

Triadic Colors of #deff71

#deff71 #71deff #ff71de

Analogous Colors of #deff71

#deff71 #97ff71 #ffd971

Monochromatic Colors of #deff71

#deff71

Complementary Color

#deff71 #9271ff

#deff71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deff71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deff71 Color CSS Codes

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

#deff71 Text Font Color

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

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


#deff71 Background Color

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

This div background color is #deff71


#deff71 Border Color

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

This div border color is #deff71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deff71

Related Colors


Comments

No comments written yet.

Please login to write comment.