Color Hex Logo

#dbeda7 Color Hex

#DBEDA7
(219,237,167)
0 Favorites   0 Comments

Color spaces of #dbeda7

RGB 219237167
HSL0.210.660.79
HSV75°30°93°
CMYK 0.080.000.30   0.07
XYZ66.472778.418548.1920
Yxy78.41850.34430.4061
Hunter Lab88.5542-20.979929.7218
CIE-Lab90.9705-17.261832.0144

#dbeda7 color RGB value is (219,237,167).

#dbeda7 hex color red value is 219, green value is 237 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #dbeda7 hue: 0.21 , saturation: 0.66 and the lightness value of dbeda7 is 0.79.

The process color (four color CMYK) of #dbeda7 color hex is 0.08, 0.00, 0.30, 0.07. Web safe color of #dbeda7 is #ccff99. Color #dbeda7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101101 10100111
Octal 333 355 247
Decimal 219 237 167
Hex DB ED A7

RGB Percentages of Color #dbeda7

%35.15
%38.04
%26.81

CMYK Percentages of Color #dbeda7

%8
%0
%30
%7

Triadic Colors of #dbeda7

#dbeda7 #a7dbed #eda7db

Analogous Colors of #dbeda7

#dbeda7 #b8eda7 #eddca7

Monochromatic Colors of #dbeda7

#dbeda7

Complementary Color

#dbeda7 #b9a7ed

#dbeda7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeda7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeda7 Color CSS Codes

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

#dbeda7 Text Font Color

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

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


#dbeda7 Background Color

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

This div background color is #dbeda7


#dbeda7 Border Color

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

This div border color is #dbeda7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeda7


Comments

No comments written yet.

Please login to write comment.