Color Hex Logo

#deed7d Color Hex

#DEED7D
(222,237,125)
0 Favorites   0 Comments

Color spaces of #deed7d

RGB 222237125
HSL0.190.760.71
HSV68°47°93°
CMYK 0.060.000.47   0.07
XYZ64.110177.578630.9973
Yxy77.57860.37130.4492
Hunter Lab88.0787-24.212540.7893
CIE-Lab90.5873-20.931552.2028

#deed7d color RGB value is (222,237,125).

#deed7d hex color red value is 222, green value is 237 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #deed7d hue: 0.19 , saturation: 0.76 and the lightness value of deed7d is 0.71.

The process color (four color CMYK) of #deed7d color hex is 0.06, 0.00, 0.47, 0.07. Web safe color of #deed7d is #ccff66. Color #deed7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101101 01111101
Octal 336 355 175
Decimal 222 237 125
Hex DE ED 7D

RGB Percentages of Color #deed7d

%38.01
%40.58
%21.40

CMYK Percentages of Color #deed7d

%6
%0
%47
%7

Triadic Colors of #deed7d

#deed7d #7ddeed #ed7dde

Analogous Colors of #deed7d

#deed7d #a6ed7d #edc47d

Monochromatic Colors of #deed7d

#deed7d

Complementary Color

#deed7d #8c7ded

#deed7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deed7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#deed7d Color CSS Codes

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

#deed7d Text Font Color

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

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


#deed7d Background Color

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

This div background color is #deed7d


#deed7d Border Color

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

This div border color is #deed7d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,237,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 #deed7d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deed7d


Comments

No comments written yet.

Please login to write comment.