Color Hex Logo

#dbea72 Color Hex

#DBEA72
(219,234,114)
0 Favorites   0 Comments

Color spaces of #dbea72

RGB 219234114
HSL0.190.740.68
HSV68°51°92°
CMYK 0.060.000.51   0.08
XYZ61.673575.120627.1688
Yxy75.12060.37610.4582
Hunter Lab86.6721-24.660642.0851
CIE-Lab89.4495-21.654355.8975

#dbea72 color RGB value is (219,234,114).

#dbea72 hex color red value is 219, green value is 234 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #dbea72 hue: 0.19 , saturation: 0.74 and the lightness value of dbea72 is 0.68.

The process color (four color CMYK) of #dbea72 color hex is 0.06, 0.00, 0.51, 0.08. Web safe color of #dbea72 is #ccff66. Color #dbea72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101010 01110010
Octal 333 352 162
Decimal 219 234 114
Hex DB EA 72

RGB Percentages of Color #dbea72

%38.62
%41.27
%20.11

CMYK Percentages of Color #dbea72

%6
%0
%51
%8

Triadic Colors of #dbea72

#dbea72 #72dbea #ea72db

Analogous Colors of #dbea72

#dbea72 #9fea72 #eabd72

Monochromatic Colors of #dbea72

#dbea72

Complementary Color

#dbea72 #8172ea

#dbea72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbea72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbea72 Color CSS Codes

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

#dbea72 Text Font Color

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

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


#dbea72 Background Color

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

This div background color is #dbea72


#dbea72 Border Color

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

This div border color is #dbea72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbea72


Comments

No comments written yet.

Please login to write comment.