Color Hex Logo

#deff7d Color Hex

#DEFF7D
(222,255,125)
0 Favorites   0 Comments

Color spaces of #deff7d

RGB 222255125
HSL0.211.000.75
HSV75°51°100°
CMYK 0.130.000.51   0.00
XYZ69.585988.530332.8225
Yxy88.53030.36440.4637
Hunter Lab94.0905-32.646445.1807
CIE-Lab95.3838-29.461357.9394

#deff7d color RGB value is (222,255,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111111 01111101
Octal 336 377 175
Decimal 222 255 125
Hex DE FF 7D

RGB Percentages of Color #deff7d

%36.88
%42.36
%20.76

CMYK Percentages of Color #deff7d

%13
%0
%51
%0

Triadic Colors of #deff7d

#deff7d #7ddeff #ff7dde

Analogous Colors of #deff7d

#deff7d #9dff7d #ffdf7d

Monochromatic Colors of #deff7d

#deff7d

Complementary Color

#deff7d #9e7dff

#deff7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deff7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#deff7d Color CSS Codes

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

#deff7d Text Font Color

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

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


#deff7d Background Color

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

This div background color is #deff7d


#deff7d Border Color

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

This div border color is #deff7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deff7d


Comments

No comments written yet.

Please login to write comment.