Color Hex Logo

#d3ebbb Color Hex

#D3EBBB
(211,235,187)
0 Favorites   0 Comments

Color spaces of #d3ebbb

RGB 211235187
HSL0.250.550.83
HSV90°20°92°
CMYK 0.100.000.20   0.08
XYZ65.541976.853458.3935
Yxy76.85340.32640.3828
Hunter Lab87.6661-19.963421.8738
CIE-Lab90.2541-16.255020.7049

#d3ebbb color RGB value is (211,235,187).

#d3ebbb hex color red value is 211, green value is 235 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d3ebbb hue: 0.25 , saturation: 0.55 and the lightness value of d3ebbb is 0.83.

The process color (four color CMYK) of #d3ebbb color hex is 0.10, 0.00, 0.20, 0.08. Web safe color of #d3ebbb is #ccffcc. Color #d3ebbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11101011 10111011
Octal 323 353 273
Decimal 211 235 187
Hex D3 EB BB

RGB Percentages of Color #d3ebbb

%33.33
%37.12
%29.54

CMYK Percentages of Color #d3ebbb

%10
%0
%20
%8

Triadic Colors of #d3ebbb

#d3ebbb #bbd3eb #ebbbd3

Analogous Colors of #d3ebbb

#d3ebbb #bbebbb #ebebbb

Monochromatic Colors of #d3ebbb

#d3ebbb

Complementary Color

#d3ebbb #d3bbeb

#d3ebbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3ebbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3ebbb Color CSS Codes

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

#d3ebbb Text Font Color

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

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


#d3ebbb Background Color

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

This div background color is #d3ebbb


#d3ebbb Border Color

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

This div border color is #d3ebbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,235,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d3ebbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d3ebbb;
  -webkit-box-shadow: 1px 1px 3px 2px #d3ebbb;
  box-shadow:         1px 1px 3px 2px #d3ebbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,235,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3ebbb


Comments

No comments written yet.

Please login to write comment.