Color Hex Logo

#dbee84 Color Hex

#DBEE84
(219,238,132)
0 Favorites   0 Comments

Color spaces of #dbee84

RGB 219238132
HSL0.200.760.73
HSV71°45°93°
CMYK 0.080.000.45   0.07
XYZ63.952877.875133.4905
Yxy77.87510.36480.4442
Hunter Lab88.2469-25.072539.2717
CIE-Lab90.7229-21.874948.9998

#dbee84 color RGB value is (219,238,132).

#dbee84 hex color red value is 219, green value is 238 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #dbee84 hue: 0.20 , saturation: 0.76 and the lightness value of dbee84 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101110 10000100
Octal 333 356 204
Decimal 219 238 132
Hex DB EE 84

RGB Percentages of Color #dbee84

%37.18
%40.41
%22.41

CMYK Percentages of Color #dbee84

%8
%0
%45
%7

Triadic Colors of #dbee84

#dbee84 #84dbee #ee84db

Analogous Colors of #dbee84

#dbee84 #a6ee84 #eecc84

Monochromatic Colors of #dbee84

#dbee84

Complementary Color

#dbee84 #9784ee

#dbee84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbee84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbee84 Color CSS Codes

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

#dbee84 Text Font Color

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

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


#dbee84 Background Color

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

This div background color is #dbee84


#dbee84 Border Color

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

This div border color is #dbee84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbee84


Comments

No comments written yet.

Please login to write comment.