Color Hex Logo

#dbe262 Color Hex

#DBE262
(219,226,98)
0 Favorites   0 Comments

Color spaces of #dbe262

RGB 21922698
HSL0.180.690.64
HSV63°57°89°
CMYK 0.030.000.57   0.11
XYZ58.614470.334622.0419
Yxy70.33460.38820.4658
Hunter Lab83.8657-22.010043.1232
CIE-Lab87.1607-19.067760.4295

#dbe262 color RGB value is (219,226,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100010 01100010
Octal 333 342 142
Decimal 219 226 98
Hex DB E2 62

RGB Percentages of Color #dbe262

%40.33
%41.62
%18.05

CMYK Percentages of Color #dbe262

%3
%0
%57
%11

Triadic Colors of #dbe262

#dbe262 #62dbe2 #e262db

Analogous Colors of #dbe262

#dbe262 #9be262 #e2a962

Monochromatic Colors of #dbe262

#dbe262

Complementary Color

#dbe262 #6962e2

#dbe262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe262 Color CSS Codes

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

#dbe262 Text Font Color

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

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


#dbe262 Background Color

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

This div background color is #dbe262


#dbe262 Border Color

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

This div border color is #dbe262


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,226,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 #dbe262">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe262


Comments

No comments written yet.

Please login to write comment.