Color Hex Logo

#deff73 Color Hex

#DEFF73
(222,255,115)
0 Favorites   0 Comments

Color spaces of #deff73

RGB 222255115
HSL0.211.000.73
HSV74°55°100°
CMYK 0.130.000.55   0.00
XYZ68.978788.287429.6253
Yxy88.28740.36910.4724
Hunter Lab93.9614-33.392447.0793
CIE-Lab95.2818-30.336462.2674

#deff73 color RGB value is (222,255,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111111 01110011
Octal 336 377 163
Decimal 222 255 115
Hex DE FF 73

RGB Percentages of Color #deff73

%37.50
%43.07
%19.43

CMYK Percentages of Color #deff73

%13
%0
%55
%0

Triadic Colors of #deff73

#deff73 #73deff #ff73de

Analogous Colors of #deff73

#deff73 #98ff73 #ffda73

Monochromatic Colors of #deff73

#deff73

Complementary Color

#deff73 #9473ff

#deff73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deff73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deff73 Color CSS Codes

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

#deff73 Text Font Color

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

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


#deff73 Background Color

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

This div background color is #deff73


#deff73 Border Color

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

This div border color is #deff73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deff73

Related Colors


Comments

No comments written yet.

Please login to write comment.