Color Hex Logo

#dbe462 Color Hex

#DBE462
(219,228,98)
0 Favorites   0 Comments

Color spaces of #dbe462

RGB 21922898
HSL0.180.710.64
HSV64°57°89°
CMYK 0.040.000.57   0.11
XYZ59.161471.428722.2243
Yxy71.42870.38710.4674
Hunter Lab84.5155-22.951043.5699
CIE-Lab87.6929-20.041761.0240

#dbe462 color RGB value is (219,228,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100100 01100010
Octal 333 344 142
Decimal 219 228 98
Hex DB E4 62

RGB Percentages of Color #dbe462

%40.18
%41.83
%17.98

CMYK Percentages of Color #dbe462

%4
%0
%57
%11

Triadic Colors of #dbe462

#dbe462 #62dbe4 #e462db

Analogous Colors of #dbe462

#dbe462 #9ae462 #e4ac62

Monochromatic Colors of #dbe462

#dbe462

Complementary Color

#dbe462 #6b62e4

#dbe462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe462 Color CSS Codes

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

#dbe462 Text Font Color

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

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


#dbe462 Background Color

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

This div background color is #dbe462


#dbe462 Border Color

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

This div border color is #dbe462


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe462


Comments

No comments written yet.

Please login to write comment.