Color Hex Logo

#dbe27f Color Hex

#DBE27F
(219,226,127)
0 Favorites   0 Comments

Color spaces of #dbe27f

RGB 219226127
HSL0.180.630.69
HSV64°44°89°
CMYK 0.030.000.44   0.11
XYZ60.240570.985130.6052
Yxy70.98510.37220.4386
Hunter Lab84.2527-19.815037.4395
CIE-Lab87.4778-16.534547.3988

#dbe27f color RGB value is (219,226,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100010 01111111
Octal 333 342 177
Decimal 219 226 127
Hex DB E2 7F

RGB Percentages of Color #dbe27f

%38.29
%39.51
%22.20

CMYK Percentages of Color #dbe27f

%3
%0
%44
%11

Triadic Colors of #dbe27f

#dbe27f #7fdbe2 #e27fdb

Analogous Colors of #dbe27f

#dbe27f #aae27f #e2b87f

Monochromatic Colors of #dbe27f

#dbe27f

Complementary Color

#dbe27f #867fe2

#dbe27f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe27f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe27f Color CSS Codes

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

#dbe27f Text Font Color

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

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


#dbe27f Background Color

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

This div background color is #dbe27f


#dbe27f Border Color

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

This div border color is #dbe27f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe27f


Comments

No comments written yet.

Please login to write comment.