Color Hex Logo

#abd7ce Color Hex

#ABD7CE
(171,215,206)
0 Favorites   0 Comments

Color spaces of #abd7ce

RGB 171215206
HSL0.470.350.76
HSV168°20°84°
CMYK 0.200.000.04   0.16
XYZ52.235661.715067.5516
Yxy61.71500.28780.3400
Hunter Lab78.5589-18.78934.0087
CIE-Lab82.7616-16.1412-0.2989

#abd7ce color RGB value is (171,215,206).

#abd7ce hex color red value is 171, green value is 215 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #abd7ce hue: 0.47 , saturation: 0.35 and the lightness value of abd7ce is 0.76.

The process color (four color CMYK) of #abd7ce color hex is 0.20, 0.00, 0.04, 0.16. Web safe color of #abd7ce is #99cccc. Color #abd7ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010111 11001110
Octal 253 327 316
Decimal 171 215 206
Hex AB D7 CE

RGB Percentages of Color #abd7ce

%28.89
%36.32
%34.80

CMYK Percentages of Color #abd7ce

%20
%0
%4
%16

Triadic Colors of #abd7ce

#abd7ce #ceabd7 #d7ceab

Analogous Colors of #abd7ce

#abd7ce #abcad7 #abd7b8

Monochromatic Colors of #abd7ce

#abd7ce

Complementary Color

#abd7ce #d7abb4

#abd7ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd7ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd7ce Color CSS Codes

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

#abd7ce Text Font Color

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

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


#abd7ce Background Color

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

This div background color is #abd7ce


#abd7ce Border Color

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

This div border color is #abd7ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(171,215,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #abd7ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #abd7ce;
  -webkit-box-shadow: 1px 1px 3px 2px #abd7ce;
  box-shadow:         1px 1px 3px 2px #abd7ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,215,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd7ce


Comments

No comments written yet.

Please login to write comment.