Color Hex Logo

#dbe475 Color Hex

#DBE475
(219,228,117)
0 Favorites   0 Comments

Color spaces of #dbe475

RGB 219228117
HSL0.180.670.68
HSV65°49°89°
CMYK 0.040.000.49   0.11
XYZ60.167771.831227.5233
Yxy71.83120.37720.4503
Hunter Lab84.7533-21.598340.0731
CIE-Lab87.8873-18.472752.6588

#dbe475 color RGB value is (219,228,117).

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

The process color (four color CMYK) of #dbe475 color hex is 0.04, 0.00, 0.49, 0.11. Web safe color of #dbe475 is #cccc66. Color #dbe475 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100100 01110101
Octal 333 344 165
Decimal 219 228 117
Hex DB E4 75

RGB Percentages of Color #dbe475

%38.83
%40.43
%20.74

CMYK Percentages of Color #dbe475

%4
%0
%49
%11

Triadic Colors of #dbe475

#dbe475 #75dbe4 #e475db

Analogous Colors of #dbe475

#dbe475 #a4e475 #e4b675

Monochromatic Colors of #dbe475

#dbe475

Complementary Color

#dbe475 #7e75e4

#dbe475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe475 Color CSS Codes

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

#dbe475 Text Font Color

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

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


#dbe475 Background Color

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

This div background color is #dbe475


#dbe475 Border Color

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

This div border color is #dbe475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe475


Comments

No comments written yet.

Please login to write comment.