Color Hex Logo

#deeb7c Color Hex

#DEEB7C
(222,235,124)
0 Favorites   0 Comments

Color spaces of #deeb7c

RGB 222235124
HSL0.190.740.70
HSV67°47°92°
CMYK 0.060.000.47   0.08
XYZ63.470676.401530.4705
Yxy76.40150.37260.4485
Hunter Lab87.4080-23.347540.5170
CIE-Lab90.0454-20.058952.0182

#deeb7c color RGB value is (222,235,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101011 01111100
Octal 336 353 174
Decimal 222 235 124
Hex DE EB 7C

RGB Percentages of Color #deeb7c

%38.21
%40.45
%21.34

CMYK Percentages of Color #deeb7c

%6
%0
%47
%8

Triadic Colors of #deeb7c

#deeb7c #7cdeeb #eb7cde

Analogous Colors of #deeb7c

#deeb7c #a7eb7c #ebc17c

Monochromatic Colors of #deeb7c

#deeb7c

Complementary Color

#deeb7c #897ceb

#deeb7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deeb7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#deeb7c Color CSS Codes

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

#deeb7c Text Font Color

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

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


#deeb7c Background Color

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

This div background color is #deeb7c


#deeb7c Border Color

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

This div border color is #deeb7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deeb7c


Comments

No comments written yet.

Please login to write comment.