Color Hex Logo

#dbec91 Color Hex

#DBEC91
(219,236,145)
0 Favorites   0 Comments

Color spaces of #dbec91

RGB 219236145
HSL0.200.710.75
HSV71°39°93°
CMYK 0.070.000.39   0.07
XYZ64.319777.095338.2789
Yxy77.09530.35790.4290
Hunter Lab87.8039-22.898935.6148
CIE-Lab90.3655-19.498142.2337

#dbec91 color RGB value is (219,236,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101100 10010001
Octal 333 354 221
Decimal 219 236 145
Hex DB EC 91

RGB Percentages of Color #dbec91

%36.50
%39.33
%24.17

CMYK Percentages of Color #dbec91

%7
%0
%39
%7

Triadic Colors of #dbec91

#dbec91 #91dbec #ec91db

Analogous Colors of #dbec91

#dbec91 #aeec91 #ecd091

Monochromatic Colors of #dbec91

#dbec91

Complementary Color

#dbec91 #a291ec

#dbec91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbec91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbec91 Color CSS Codes

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

#dbec91 Text Font Color

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

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


#dbec91 Background Color

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

This div background color is #dbec91


#dbec91 Border Color

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

This div border color is #dbec91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbec91


Comments

No comments written yet.

Please login to write comment.