Color Hex Logo

#d7edbc Color Hex

#D7EDBC
(215,237,188)
0 Favorites   0 Comments

Color spaces of #d7edbc

RGB 215237188
HSL0.240.580.83
HSV87°21°93°
CMYK 0.090.000.21   0.07
XYZ67.385678.646359.2056
Yxy78.64630.32830.3832
Hunter Lab88.6827-19.561622.4953
CIE-Lab91.0740-15.685421.3687

#d7edbc color RGB value is (215,237,188).

#d7edbc hex color red value is 215, green value is 237 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d7edbc hue: 0.24 , saturation: 0.58 and the lightness value of d7edbc is 0.83.

The process color (four color CMYK) of #d7edbc color hex is 0.09, 0.00, 0.21, 0.07. Web safe color of #d7edbc is #ccffcc. Color #d7edbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11101101 10111100
Octal 327 355 274
Decimal 215 237 188
Hex D7 ED BC

RGB Percentages of Color #d7edbc

%33.59
%37.03
%29.38

CMYK Percentages of Color #d7edbc

%9
%0
%21
%7

Triadic Colors of #d7edbc

#d7edbc #bcd7ed #edbcd7

Analogous Colors of #d7edbc

#d7edbc #bfedbc #edebbc

Monochromatic Colors of #d7edbc

#d7edbc

Complementary Color

#d7edbc #d2bced

#d7edbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7edbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7edbc Color CSS Codes

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

#d7edbc Text Font Color

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

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


#d7edbc Background Color

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

This div background color is #d7edbc


#d7edbc Border Color

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

This div border color is #d7edbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7edbc


Comments

No comments written yet.

Please login to write comment.