Color Hex Logo

#deebba Color Hex

#DEEBBA
(222,235,186)
0 Favorites   0 Comments

Color spaces of #deebba

RGB 222235186
HSL0.210.550.83
HSV76°21°92°
CMYK 0.060.000.21   0.08
XYZ68.695578.491457.9841
Yxy78.49140.33480.3826
Hunter Lab88.5954-16.635723.2125
CIE-Lab91.0037-12.511822.3779

#deebba color RGB value is (222,235,186).

#deebba hex color red value is 222, green value is 235 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #deebba hue: 0.21 , saturation: 0.55 and the lightness value of deebba is 0.83.

The process color (four color CMYK) of #deebba color hex is 0.06, 0.00, 0.21, 0.08. Web safe color of #deebba is #ccffcc. Color #deebba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101011 10111010
Octal 336 353 272
Decimal 222 235 186
Hex DE EB BA

RGB Percentages of Color #deebba

%34.53
%36.55
%28.93

CMYK Percentages of Color #deebba

%6
%0
%21
%8

Triadic Colors of #deebba

#deebba #badeeb #ebbade

Analogous Colors of #deebba

#deebba #c6ebba #ebe0ba

Monochromatic Colors of #deebba

#deebba

Complementary Color

#deebba #c7baeb

#deebba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deebba Color Preview on White Background

Lorem ipsum dolor sit amet.

#deebba Color CSS Codes

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

#deebba Text Font Color

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

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


#deebba Background Color

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

This div background color is #deebba


#deebba Border Color

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

This div border color is #deebba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deebba


Comments

No comments written yet.

Please login to write comment.