Color Hex Logo

#dbed90 Color Hex

#DBED90
(219,237,144)
0 Favorites   0 Comments

Color spaces of #dbed90

RGB 219237144
HSL0.200.720.75
HSV72°39°93°
CMYK 0.080.000.39   0.07
XYZ64.531677.642137.9708
Yxy77.64210.35820.4310
Hunter Lab88.1148-23.474836.1308
CIE-Lab90.6163-20.097943.0459

#dbed90 color RGB value is (219,237,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101101 10010000
Octal 333 355 220
Decimal 219 237 144
Hex DB ED 90

RGB Percentages of Color #dbed90

%36.50
%39.50
%24.00

CMYK Percentages of Color #dbed90

%8
%0
%39
%7

Triadic Colors of #dbed90

#dbed90 #90dbed #ed90db

Analogous Colors of #dbed90

#dbed90 #aded90 #edd190

Monochromatic Colors of #dbed90

#dbed90

Complementary Color

#dbed90 #a290ed

#dbed90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbed90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbed90 Color CSS Codes

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

#dbed90 Text Font Color

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

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


#dbed90 Background Color

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

This div background color is #dbed90


#dbed90 Border Color

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

This div border color is #dbed90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbed90


Comments

No comments written yet.

Please login to write comment.