Color Hex Logo

#dbe875 Color Hex

#DBE875
(219,232,117)
0 Favorites   0 Comments

Color spaces of #dbe875

RGB 219232117
HSL0.190.710.68
HSV67°50°91°
CMYK 0.060.000.50   0.09
XYZ61.280974.057627.8943
Yxy74.05760.37540.4537
Hunter Lab86.0567-23.489641.0215
CIE-Lab88.9497-20.420653.9249

#dbe875 color RGB value is (219,232,117).

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

The process color (four color CMYK) of #dbe875 color hex is 0.06, 0.00, 0.50, 0.09. Web safe color of #dbe875 is #ccff66. Color #dbe875 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101000 01110101
Octal 333 350 165
Decimal 219 232 117
Hex DB E8 75

RGB Percentages of Color #dbe875

%38.56
%40.85
%20.60

CMYK Percentages of Color #dbe875

%6
%0
%50
%9

Triadic Colors of #dbe875

#dbe875 #75dbe8 #e875db

Analogous Colors of #dbe875

#dbe875 #a2e875 #e8bc75

Monochromatic Colors of #dbe875

#dbe875

Complementary Color

#dbe875 #8275e8

#dbe875 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe875 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe875 Color CSS Codes

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

#dbe875 Text Font Color

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

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


#dbe875 Background Color

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

This div background color is #dbe875


#dbe875 Border Color

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

This div border color is #dbe875


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe875


Comments

No comments written yet.

Please login to write comment.