Color Hex Logo

#dbe271 Color Hex

#DBE271
(219,226,113)
0 Favorites   0 Comments

Color spaces of #dbe271

RGB 219226113
HSL0.180.660.66
HSV64°50°89°
CMYK 0.030.000.50   0.11
XYZ59.390470.645026.1284
Yxy70.64500.38030.4524
Hunter Lab84.0506-20.959940.4042
CIE-Lab87.3122-17.850953.8408

#dbe271 color RGB value is (219,226,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100010 01110001
Octal 333 342 161
Decimal 219 226 113
Hex DB E2 71

RGB Percentages of Color #dbe271

%39.25
%40.50
%20.25

CMYK Percentages of Color #dbe271

%3
%0
%50
%11

Triadic Colors of #dbe271

#dbe271 #71dbe2 #e271db

Analogous Colors of #dbe271

#dbe271 #a3e271 #e2b171

Monochromatic Colors of #dbe271

#dbe271

Complementary Color

#dbe271 #7871e2

#dbe271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe271 Color CSS Codes

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

#dbe271 Text Font Color

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

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


#dbe271 Background Color

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

This div background color is #dbe271


#dbe271 Border Color

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

This div border color is #dbe271


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe271


Comments

No comments written yet.

Please login to write comment.