Color Hex Logo

#dbe570 Color Hex

#DBE570
(219,229,112)
0 Favorites   0 Comments

Color spaces of #dbe570

RGB 219229112
HSL0.180.690.67
HSV65°51°90°
CMYK 0.040.000.51   0.10
XYZ60.157472.268526.1078
Yxy72.26850.37950.4559
Hunter Lab85.0109-22.454741.2990
CIE-Lab88.0977-19.404155.2277

#dbe570 color RGB value is (219,229,112).

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

The process color (four color CMYK) of #dbe570 color hex is 0.04, 0.00, 0.51, 0.10. Web safe color of #dbe570 is #cccc66. Color #dbe570 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100101 01110000
Octal 333 345 160
Decimal 219 229 112
Hex DB E5 70

RGB Percentages of Color #dbe570

%39.11
%40.89
%20.00

CMYK Percentages of Color #dbe570

%4
%0
%51
%10

Triadic Colors of #dbe570

#dbe570 #70dbe5 #e570db

Analogous Colors of #dbe570

#dbe570 #a1e570 #e5b570

Monochromatic Colors of #dbe570

#dbe570

Complementary Color

#dbe570 #7a70e5

#dbe570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe570 Color CSS Codes

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

#dbe570 Text Font Color

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

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


#dbe570 Background Color

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

This div background color is #dbe570


#dbe570 Border Color

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

This div border color is #dbe570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe570


Comments

No comments written yet.

Please login to write comment.