Color Hex Logo

#dbe454 Color Hex

#DBE454
(219,228,84)
0 Favorites   0 Comments

Color spaces of #dbe454

RGB 21922884
HSL0.180.730.61
HSV64°63°89°
CMYK 0.040.000.63   0.11
XYZ58.557171.187019.0417
Yxy71.18700.39360.4785
Hunter Lab84.3724-23.767045.6797
CIE-Lab87.5758-20.995566.7351

#dbe454 color RGB value is (219,228,84).

#dbe454 hex color red value is 219, green value is 228 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #dbe454 hue: 0.18 , saturation: 0.73 and the lightness value of dbe454 is 0.61.

The process color (four color CMYK) of #dbe454 color hex is 0.04, 0.00, 0.63, 0.11. Web safe color of #dbe454 is #cccc66. Color #dbe454 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100100 01010100
Octal 333 344 124
Decimal 219 228 84
Hex DB E4 54

RGB Percentages of Color #dbe454

%41.24
%42.94
%15.82

CMYK Percentages of Color #dbe454

%4
%0
%63
%11

Triadic Colors of #dbe454

#dbe454 #54dbe4 #e454db

Analogous Colors of #dbe454

#dbe454 #93e454 #e4a554

Monochromatic Colors of #dbe454

#dbe454

Complementary Color

#dbe454 #5d54e4

#dbe454 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe454 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe454 Color CSS Codes

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

#dbe454 Text Font Color

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

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


#dbe454 Background Color

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

This div background color is #dbe454


#dbe454 Border Color

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

This div border color is #dbe454


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe454


Comments

No comments written yet.

Please login to write comment.