Color Hex Logo

#deeba3 Color Hex

#DEEBA3
(222,235,163)
0 Favorites   0 Comments

Color spaces of #deeba3

RGB 222235163
HSL0.200.640.78
HSV71°31°92°
CMYK 0.060.000.31   0.08
XYZ66.443477.590646.1249
Yxy77.59060.34940.4080
Hunter Lab88.0855-19.506130.6134
CIE-Lab90.5928-15.698733.5742

#deeba3 color RGB value is (222,235,163).

#deeba3 hex color red value is 222, green value is 235 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #deeba3 hue: 0.20 , saturation: 0.64 and the lightness value of deeba3 is 0.78.

The process color (four color CMYK) of #deeba3 color hex is 0.06, 0.00, 0.31, 0.08. Web safe color of #deeba3 is #ccff99. Color #deeba3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101011 10100011
Octal 336 353 243
Decimal 222 235 163
Hex DE EB A3

RGB Percentages of Color #deeba3

%35.81
%37.90
%26.29

CMYK Percentages of Color #deeba3

%6
%0
%31
%8

Triadic Colors of #deeba3

#deeba3 #a3deeb #eba3de

Analogous Colors of #deeba3

#deeba3 #baeba3 #ebd4a3

Monochromatic Colors of #deeba3

#deeba3

Complementary Color

#deeba3 #b0a3eb

#deeba3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deeba3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deeba3 Color CSS Codes

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

#deeba3 Text Font Color

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

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


#deeba3 Background Color

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

This div background color is #deeba3


#deeba3 Border Color

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

This div border color is #deeba3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deeba3


Comments

No comments written yet.

Please login to write comment.