Color Hex Logo

#d3e0cb Color Hex

#D3E0CB
(211,224,203)
1 Favorites   0 Comments

Color spaces of #d3e0cb

RGB 211224203
HSL0.270.250.84
HSV97°88°
CMYK 0.060.000.09   0.12
XYZ64.299171.472066.9065
Yxy71.47200.31720.3526
Hunter Lab84.5411-12.185912.2562
CIE-Lab87.7138-8.11558.7841

#d3e0cb color RGB value is (211,224,203).

#d3e0cb hex color red value is 211, green value is 224 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d3e0cb hue: 0.27 , saturation: 0.25 and the lightness value of d3e0cb is 0.84.

The process color (four color CMYK) of #d3e0cb color hex is 0.06, 0.00, 0.09, 0.12. Web safe color of #d3e0cb is #cccccc. Color #d3e0cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11100000 11001011
Octal 323 340 313
Decimal 211 224 203
Hex D3 E0 CB

RGB Percentages of Color #d3e0cb

%33.07
%35.11
%31.82

CMYK Percentages of Color #d3e0cb

%6
%0
%9
%12

Triadic Colors of #d3e0cb

#d3e0cb #cbd3e0 #e0cbd3

Analogous Colors of #d3e0cb

#d3e0cb #cbe0ce #dee0cb

Monochromatic Colors of #d3e0cb

#d3e0cb

Complementary Color

#d3e0cb #d8cbe0

#d3e0cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3e0cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3e0cb Color CSS Codes

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

#d3e0cb Text Font Color

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

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


#d3e0cb Background Color

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

This div background color is #d3e0cb


#d3e0cb Border Color

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

This div border color is #d3e0cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3e0cb


Comments

No comments written yet.

Please login to write comment.