Color Hex Logo

#d3eaca Color Hex

#D3EACA
(211,234,202)
0 Favorites   0 Comments

Color spaces of #d3eaca

RGB 211234202
HSL0.290.430.85
HSV103°14°92°
CMYK 0.100.000.14   0.08
XYZ66.947576.958867.2031
Yxy76.95880.31710.3645
Hunter Lab87.7262-17.300015.9889
CIE-Lab90.3026-13.328812.9967

#d3eaca color RGB value is (211,234,202).

#d3eaca hex color red value is 211, green value is 234 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d3eaca hue: 0.29 , saturation: 0.43 and the lightness value of d3eaca is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11101010 11001010
Octal 323 352 312
Decimal 211 234 202
Hex D3 EA CA

RGB Percentages of Color #d3eaca

%32.61
%36.17
%31.22

CMYK Percentages of Color #d3eaca

%10
%0
%14
%8

Triadic Colors of #d3eaca

#d3eaca #cad3ea #eacad3

Analogous Colors of #d3eaca

#d3eaca #caead1 #e3eaca

Monochromatic Colors of #d3eaca

#d3eaca

Complementary Color

#d3eaca #e1caea

#d3eaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3eaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3eaca Color CSS Codes

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

#d3eaca Text Font Color

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

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


#d3eaca Background Color

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

This div background color is #d3eaca


#d3eaca Border Color

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

This div border color is #d3eaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3eaca


Comments

No comments written yet.

Please login to write comment.