Color Hex Logo

#abd5bc Color Hex

#ABD5BC
(171,213,188)
0 Favorites   0 Comments

Color spaces of #abd5bc

RGB 171213188
HSL0.400.330.75
HSV144°20°84°
CMYK 0.200.000.12   0.16
XYZ49.665959.877356.5167
Yxy59.87730.29910.3606
Hunter Lab77.3804-20.847210.8624
CIE-Lab81.7715-18.70247.8395

#abd5bc color RGB value is (171,213,188).

#abd5bc hex color red value is 171, green value is 213 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #abd5bc hue: 0.40 , saturation: 0.33 and the lightness value of abd5bc is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010101 10111100
Octal 253 325 274
Decimal 171 213 188
Hex AB D5 BC

RGB Percentages of Color #abd5bc

%29.90
%37.24
%32.87

CMYK Percentages of Color #abd5bc

%20
%0
%12
%16

Triadic Colors of #abd5bc

#abd5bc #bcabd5 #d5bcab

Analogous Colors of #abd5bc

#abd5bc #abd5d1 #afd5ab

Monochromatic Colors of #abd5bc

#abd5bc

Complementary Color

#abd5bc #d5abc4

#abd5bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd5bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd5bc Color CSS Codes

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

#abd5bc Text Font Color

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

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


#abd5bc Background Color

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

This div background color is #abd5bc


#abd5bc Border Color

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

This div border color is #abd5bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd5bc


Comments

No comments written yet.

Please login to write comment.