Color Hex Logo

#dbebae Color Hex

#DBEBAE
(219,235,174)
0 Favorites   0 Comments

Color spaces of #dbebae

RGB 219235174
HSL0.210.600.80
HSV76°26°92°
CMYK 0.070.000.26   0.08
XYZ66.561777.532751.5015
Yxy77.53270.34030.3964
Hunter Lab88.0527-19.158526.9585
CIE-Lab90.5662-15.321227.9053

#dbebae color RGB value is (219,235,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101011 10101110
Octal 333 353 256
Decimal 219 235 174
Hex DB EB AE

RGB Percentages of Color #dbebae

%34.87
%37.42
%27.71

CMYK Percentages of Color #dbebae

%7
%0
%26
%8

Triadic Colors of #dbebae

#dbebae #aedbeb #ebaedb

Analogous Colors of #dbebae

#dbebae #bdebae #ebddae

Monochromatic Colors of #dbebae

#dbebae

Complementary Color

#dbebae #beaeeb

#dbebae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbebae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbebae Color CSS Codes

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

#dbebae Text Font Color

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

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


#dbebae Background Color

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

This div background color is #dbebae


#dbebae Border Color

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

This div border color is #dbebae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbebae


Comments

No comments written yet.

Please login to write comment.