Color Hex Logo

#dbe274 Color Hex

#DBE274
(219,226,116)
0 Favorites   0 Comments

Color spaces of #dbe274

RGB 219226116
HSL0.180.650.67
HSV64°49°89°
CMYK 0.030.000.49   0.11
XYZ59.562270.713727.0329
Yxy70.71370.37860.4495
Hunter Lab84.0914-20.728039.8040
CIE-Lab87.3457-17.583552.4807

#dbe274 color RGB value is (219,226,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100010 01110100
Octal 333 342 164
Decimal 219 226 116
Hex DB E2 74

RGB Percentages of Color #dbe274

%39.04
%40.29
%20.68

CMYK Percentages of Color #dbe274

%3
%0
%49
%11

Triadic Colors of #dbe274

#dbe274 #74dbe2 #e274db

Analogous Colors of #dbe274

#dbe274 #a4e274 #e2b274

Monochromatic Colors of #dbe274

#dbe274

Complementary Color

#dbe274 #7b74e2

#dbe274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe274 Color CSS Codes

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

#dbe274 Text Font Color

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

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


#dbe274 Background Color

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

This div background color is #dbe274


#dbe274 Border Color

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

This div border color is #dbe274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe274


Comments

No comments written yet.

Please login to write comment.