Color Hex Logo

#dbe158 Color Hex

#DBE158
(219,225,88)
0 Favorites   0 Comments

Color spaces of #dbe158

RGB 21922588
HSL0.170.700.61
HSV63°61°88°
CMYK 0.030.000.61   0.12
XYZ57.900169.615119.6179
Yxy69.61510.39350.4731
Hunter Lab83.4357-22.142544.4643
CIE-Lab86.8077-19.282164.2940

#dbe158 color RGB value is (219,225,88).

#dbe158 hex color red value is 219, green value is 225 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #dbe158 hue: 0.17 , saturation: 0.70 and the lightness value of dbe158 is 0.61.

The process color (four color CMYK) of #dbe158 color hex is 0.03, 0.00, 0.61, 0.12. Web safe color of #dbe158 is #cccc66. Color #dbe158 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100001 01011000
Octal 333 341 130
Decimal 219 225 88
Hex DB E1 58

RGB Percentages of Color #dbe158

%41.17
%42.29
%16.54

CMYK Percentages of Color #dbe158

%3
%0
%61
%12

Triadic Colors of #dbe158

#dbe158 #58dbe1 #e158db

Analogous Colors of #dbe158

#dbe158 #97e158 #e1a358

Monochromatic Colors of #dbe158

#dbe158

Complementary Color

#dbe158 #5e58e1

#dbe158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe158 Color CSS Codes

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

#dbe158 Text Font Color

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

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


#dbe158 Background Color

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

This div background color is #dbe158


#dbe158 Border Color

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

This div border color is #dbe158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe158


Comments

No comments written yet.

Please login to write comment.