Color Hex Logo

#deeb7d Color Hex

#DEEB7D
(222,235,125)
0 Favorites   0 Comments

Color spaces of #deeb7d

RGB 222235125
HSL0.190.730.71
HSV67°47°92°
CMYK 0.060.000.47   0.08
XYZ63.534276.426930.8053
Yxy76.42690.37210.4476
Hunter Lab87.4225-23.264640.3036
CIE-Lab90.0572-19.963651.5611

#deeb7d color RGB value is (222,235,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101011 01111101
Octal 336 353 175
Decimal 222 235 125
Hex DE EB 7D

RGB Percentages of Color #deeb7d

%38.14
%40.38
%21.48

CMYK Percentages of Color #deeb7d

%6
%0
%47
%8

Triadic Colors of #deeb7d

#deeb7d #7ddeeb #eb7dde

Analogous Colors of #deeb7d

#deeb7d #a7eb7d #ebc17d

Monochromatic Colors of #deeb7d

#deeb7d

Complementary Color

#deeb7d #8a7deb

#deeb7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deeb7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#deeb7d Color CSS Codes

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

#deeb7d Text Font Color

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

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


#deeb7d Background Color

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

This div background color is #deeb7d


#deeb7d Border Color

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

This div border color is #deeb7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deeb7d


Comments

No comments written yet.

Please login to write comment.