Color Hex Logo

#dbe147 Color Hex

#DBE147
(219,225,71)
0 Favorites   0 Comments

Color spaces of #dbe147

RGB 21922571
HSL0.170.720.58
HSV62°68°88°
CMYK 0.030.000.68   0.12
XYZ57.276069.365416.3313
Yxy69.36540.40060.4852
Hunter Lab83.2859-22.995246.6741
CIE-Lab86.6847-20.280170.7792

#dbe147 color RGB value is (219,225,71).

#dbe147 hex color red value is 219, green value is 225 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #dbe147 hue: 0.17 , saturation: 0.72 and the lightness value of dbe147 is 0.58.

The process color (four color CMYK) of #dbe147 color hex is 0.03, 0.00, 0.68, 0.12. Web safe color of #dbe147 is #cccc33. Color #dbe147 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100001 01000111
Octal 333 341 107
Decimal 219 225 71
Hex DB E1 47

RGB Percentages of Color #dbe147

%42.52
%43.69
%13.79

CMYK Percentages of Color #dbe147

%3
%0
%68
%12

Triadic Colors of #dbe147

#dbe147 #47dbe1 #e147db

Analogous Colors of #dbe147

#dbe147 #8ee147 #e19a47

Monochromatic Colors of #dbe147

#dbe147

Complementary Color

#dbe147 #4d47e1

#dbe147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe147 Color CSS Codes

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

#dbe147 Text Font Color

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

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


#dbe147 Background Color

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

This div background color is #dbe147


#dbe147 Border Color

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

This div border color is #dbe147


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe147


Comments

No comments written yet.

Please login to write comment.