Color Hex Logo

#dbeba4 Color Hex

#DBEBA4
(219,235,164)
0 Favorites   0 Comments

Color spaces of #dbeba4

RGB 219235164
HSL0.200.640.78
HSV74°30°92°
CMYK 0.070.000.30   0.08
XYZ65.622677.157146.5561
Yxy77.15710.34660.4075
Hunter Lab87.8391-20.365230.0628
CIE-Lab90.3939-16.676332.7647

#dbeba4 color RGB value is (219,235,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101011 10100100
Octal 333 353 244
Decimal 219 235 164
Hex DB EB A4

RGB Percentages of Color #dbeba4

%35.44
%38.03
%26.54

CMYK Percentages of Color #dbeba4

%7
%0
%30
%8

Triadic Colors of #dbeba4

#dbeba4 #a4dbeb #eba4db

Analogous Colors of #dbeba4

#dbeba4 #b8eba4 #ebd8a4

Monochromatic Colors of #dbeba4

#dbeba4

Complementary Color

#dbeba4 #b4a4eb

#dbeba4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeba4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeba4 Color CSS Codes

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

#dbeba4 Text Font Color

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

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


#dbeba4 Background Color

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

This div background color is #dbeba4


#dbeba4 Border Color

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

This div border color is #dbeba4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeba4


Comments

No comments written yet.

Please login to write comment.