Color Hex Logo

#d6eabc Color Hex

#D6EABC
(214,234,188)
0 Favorites   0 Comments

Color spaces of #d6eabc

RGB 214234188
HSL0.240.520.83
HSV86°20°92°
CMYK 0.090.000.20   0.08
XYZ66.231576.772658.9048
Yxy76.77260.32800.3802
Hunter Lab87.6200-18.407721.4747
CIE-Lab90.2168-14.550620.1678

#d6eabc color RGB value is (214,234,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11101010 10111100
Octal 326 352 274
Decimal 214 234 188
Hex D6 EA BC

RGB Percentages of Color #d6eabc

%33.65
%36.79
%29.56

CMYK Percentages of Color #d6eabc

%9
%0
%20
%8

Triadic Colors of #d6eabc

#d6eabc #bcd6ea #eabcd6

Analogous Colors of #d6eabc

#d6eabc #bfeabc #eae7bc

Monochromatic Colors of #d6eabc

#d6eabc

Complementary Color

#d6eabc #d0bcea

#d6eabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6eabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6eabc Color CSS Codes

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

#d6eabc Text Font Color

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

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


#d6eabc Background Color

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

This div background color is #d6eabc


#d6eabc Border Color

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

This div border color is #d6eabc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,234,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 #d6eabc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6eabc


Comments

No comments written yet.

Please login to write comment.