Color Hex Logo

#dbe572 Color Hex

#DBE572
(219,229,114)
0 Favorites   0 Comments

Color spaces of #dbe572

RGB 219229114
HSL0.180.690.67
HSV65°50°90°
CMYK 0.040.000.50   0.10
XYZ60.270072.313626.7009
Yxy72.31360.37840.4540
Hunter Lab85.0374-22.304140.9097
CIE-Lab88.1193-19.229754.3312

#dbe572 color RGB value is (219,229,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100101 01110010
Octal 333 345 162
Decimal 219 229 114
Hex DB E5 72

RGB Percentages of Color #dbe572

%38.97
%40.75
%20.28

CMYK Percentages of Color #dbe572

%4
%0
%50
%10

Triadic Colors of #dbe572

#dbe572 #72dbe5 #e572db

Analogous Colors of #dbe572

#dbe572 #a2e572 #e5b672

Monochromatic Colors of #dbe572

#dbe572

Complementary Color

#dbe572 #7c72e5

#dbe572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe572 Color CSS Codes

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

#dbe572 Text Font Color

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

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


#dbe572 Background Color

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

This div background color is #dbe572


#dbe572 Border Color

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

This div border color is #dbe572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe572


Comments

No comments written yet.

Please login to write comment.