Color Hex Logo

#deebae Color Hex

#DEEBAE
(222,235,174)
0 Favorites   0 Comments

Color spaces of #deebae

RGB 222235174
HSL0.200.600.80
HSV73°26°92°
CMYK 0.060.000.26   0.08
XYZ67.472578.002251.5442
Yxy78.00220.34250.3959
Hunter Lab88.3189-18.190327.2207
CIE-Lab90.7809-14.230428.2324

#deebae color RGB value is (222,235,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101011 10101110
Octal 336 353 256
Decimal 222 235 174
Hex DE EB AE

RGB Percentages of Color #deebae

%35.18
%37.24
%27.58

CMYK Percentages of Color #deebae

%6
%0
%26
%8

Triadic Colors of #deebae

#deebae #aedeeb #ebaede

Analogous Colors of #deebae

#deebae #c0ebae #ebdaae

Monochromatic Colors of #deebae

#deebae

Complementary Color

#deebae #bbaeeb

#deebae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deebae Color Preview on White Background

Lorem ipsum dolor sit amet.

#deebae Color CSS Codes

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

#deebae Text Font Color

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

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


#deebae Background Color

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

This div background color is #deebae


#deebae Border Color

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

This div border color is #deebae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deebae


Comments

No comments written yet.

Please login to write comment.