Color Hex Logo

#dbe471 Color Hex

#DBE471
(219,228,113)
0 Favorites   0 Comments

Color spaces of #dbe471

RGB 219228113
HSL0.180.680.67
HSV65°50°89°
CMYK 0.040.000.50   0.11
XYZ59.937571.739126.3108
Yxy71.73910.37940.4541
Hunter Lab84.6989-21.907040.8715
CIE-Lab87.8429-18.829554.4672

#dbe471 color RGB value is (219,228,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100100 01110001
Octal 333 344 161
Decimal 219 228 113
Hex DB E4 71

RGB Percentages of Color #dbe471

%39.11
%40.71
%20.18

CMYK Percentages of Color #dbe471

%4
%0
%50
%11

Triadic Colors of #dbe471

#dbe471 #71dbe4 #e471db

Analogous Colors of #dbe471

#dbe471 #a2e471 #e4b471

Monochromatic Colors of #dbe471

#dbe471

Complementary Color

#dbe471 #7a71e4

#dbe471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe471 Color CSS Codes

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

#dbe471 Text Font Color

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

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


#dbe471 Background Color

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

This div background color is #dbe471


#dbe471 Border Color

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

This div border color is #dbe471


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe471


Comments

No comments written yet.

Please login to write comment.