Color Hex Logo

#dbe775 Color Hex

#DBE775
(219,231,117)
0 Favorites   0 Comments

Color spaces of #dbe775

RGB 219231117
HSL0.180.700.68
HSV66°49°91°
CMYK 0.050.000.49   0.09
XYZ61.000273.496327.8008
Yxy73.49630.37590.4528
Hunter Lab85.7300-23.017840.7842
CIE-Lab88.6839-19.935453.6087

#dbe775 color RGB value is (219,231,117).

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

The process color (four color CMYK) of #dbe775 color hex is 0.05, 0.00, 0.49, 0.09. Web safe color of #dbe775 is #ccff66. Color #dbe775 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100111 01110101
Octal 333 347 165
Decimal 219 231 117
Hex DB E7 75

RGB Percentages of Color #dbe775

%38.62
%40.74
%20.63

CMYK Percentages of Color #dbe775

%5
%0
%49
%9

Triadic Colors of #dbe775

#dbe775 #75dbe7 #e775db

Analogous Colors of #dbe775

#dbe775 #a2e775 #e7ba75

Monochromatic Colors of #dbe775

#dbe775

Complementary Color

#dbe775 #8175e7

#dbe775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe775 Color CSS Codes

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

#dbe775 Text Font Color

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

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


#dbe775 Background Color

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

This div background color is #dbe775


#dbe775 Border Color

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

This div border color is #dbe775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe775


Comments

No comments written yet.

Please login to write comment.