Color Hex Logo

#d5e7ba Color Hex

#D5E7BA
(213,231,186)
1 Favorites   0 Comments

Color spaces of #d5e7ba

RGB 213231186
HSL0.230.480.82
HSV84°19°91°
CMYK 0.080.000.19   0.09
XYZ64.879474.843157.4810
Yxy74.84310.32900.3795
Hunter Lab86.5119-17.530221.1644
CIE-Lab89.3194-13.719819.9443

#d5e7ba color RGB value is (213,231,186).

#d5e7ba hex color red value is 213, green value is 231 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d5e7ba hue: 0.23 , saturation: 0.48 and the lightness value of d5e7ba is 0.82.

The process color (four color CMYK) of #d5e7ba color hex is 0.08, 0.00, 0.19, 0.09. Web safe color of #d5e7ba is #ccffcc. Color #d5e7ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11100111 10111010
Octal 325 347 272
Decimal 213 231 186
Hex D5 E7 BA

RGB Percentages of Color #d5e7ba

%33.81
%36.67
%29.52

CMYK Percentages of Color #d5e7ba

%8
%0
%19
%9

Triadic Colors of #d5e7ba

#d5e7ba #bad5e7 #e7bad5

Analogous Colors of #d5e7ba

#d5e7ba #bfe7ba #e7e3ba

Monochromatic Colors of #d5e7ba

#d5e7ba

Complementary Color

#d5e7ba #ccbae7

#d5e7ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5e7ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5e7ba Color CSS Codes

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

#d5e7ba Text Font Color

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

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


#d5e7ba Background Color

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

This div background color is #d5e7ba


#d5e7ba Border Color

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

This div border color is #d5e7ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,231,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5e7ba

#d5e7ba Color Palettes


Comments

No comments written yet.

Please login to write comment.