Color Hex Logo

#abc5d0 Color Hex

#ABC5D0
(171,197,208)
0 Favorites   0 Comments

Color spaces of #abc5d0

RGB 171197208
HSL0.550.280.74
HSV198°18°82°
CMYK 0.180.050.00   0.18
XYZ48.146053.144567.3949
Yxy53.14450.28540.3151
Hunter Lab72.9003-9.6876-3.7823
CIE-Lab77.9602-6.4255-8.4451

#abc5d0 color RGB value is (171,197,208).

#abc5d0 hex color red value is 171, green value is 197 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #abc5d0 hue: 0.55 , saturation: 0.28 and the lightness value of abc5d0 is 0.74.

The process color (four color CMYK) of #abc5d0 color hex is 0.18, 0.05, 0.00, 0.18. Web safe color of #abc5d0 is #99cccc. Color #abc5d0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000101 11010000
Octal 253 305 320
Decimal 171 197 208
Hex AB C5 D0

RGB Percentages of Color #abc5d0

%29.69
%34.20
%36.11

CMYK Percentages of Color #abc5d0

%18
%5
%0
%18

Triadic Colors of #abc5d0

#abc5d0 #d0abc5 #c5d0ab

Analogous Colors of #abc5d0

#abc5d0 #abb3d0 #abd0c9

Monochromatic Colors of #abc5d0

#abc5d0

Complementary Color

#abc5d0 #d0b6ab

#abc5d0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc5d0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc5d0 Color CSS Codes

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

#abc5d0 Text Font Color

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

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


#abc5d0 Background Color

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

This div background color is #abc5d0


#abc5d0 Border Color

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

This div border color is #abc5d0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc5d0

#abc5d0 Color Palettes


Comments

No comments written yet.

Please login to write comment.