Color Hex Logo

#dbea94 Color Hex

#DBEA94
(219,234,148)
0 Favorites   0 Comments

Color spaces of #dbea94

RGB 219234148
HSL0.200.670.75
HSV70°37°92°
CMYK 0.060.000.37   0.08
XYZ63.981576.043839.3227
Yxy76.04380.35670.4240
Hunter Lab87.2031-21.638834.3064
CIE-Lab89.8797-18.174940.1246

#dbea94 color RGB value is (219,234,148).

#dbea94 hex color red value is 219, green value is 234 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #dbea94 hue: 0.20 , saturation: 0.67 and the lightness value of dbea94 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101010 10010100
Octal 333 352 224
Decimal 219 234 148
Hex DB EA 94

RGB Percentages of Color #dbea94

%36.44
%38.94
%24.63

CMYK Percentages of Color #dbea94

%6
%0
%37
%8

Triadic Colors of #dbea94

#dbea94 #94dbea #ea94db

Analogous Colors of #dbea94

#dbea94 #b0ea94 #eace94

Monochromatic Colors of #dbea94

#dbea94

Complementary Color

#dbea94 #a394ea

#dbea94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbea94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbea94 Color CSS Codes

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

#dbea94 Text Font Color

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

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


#dbea94 Background Color

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

This div background color is #dbea94


#dbea94 Border Color

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

This div border color is #dbea94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbea94


Comments

No comments written yet.

Please login to write comment.