Color Hex Logo

#abc5ed Color Hex

#ABC5ED
(171,197,237)
0 Favorites   0 Comments

Color spaces of #abc5ed

RGB 171197237
HSL0.600.650.80
HSV216°28°93°
CMYK 0.280.170.00   0.07
XYZ52.046954.704987.9367
Yxy54.70490.26730.2810
Hunter Lab73.9628-3.8261-18.7179
CIE-Lab78.87100.1351-22.6809

#abc5ed color RGB value is (171,197,237).

#abc5ed hex color red value is 171, green value is 197 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #abc5ed hue: 0.60 , saturation: 0.65 and the lightness value of abc5ed is 0.80.

The process color (four color CMYK) of #abc5ed color hex is 0.28, 0.17, 0.00, 0.07. Web safe color of #abc5ed is #99ccff. Color #abc5ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000101 11101101
Octal 253 305 355
Decimal 171 197 237
Hex AB C5 ED

RGB Percentages of Color #abc5ed

%28.26
%32.56
%39.17

CMYK Percentages of Color #abc5ed

%28
%17
%0
%7

Triadic Colors of #abc5ed

#abc5ed #edabc5 #c5edab

Analogous Colors of #abc5ed

#abc5ed #b2abed #abe6ed

Monochromatic Colors of #abc5ed

#abc5ed

Complementary Color

#abc5ed #edd3ab

#abc5ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc5ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc5ed Color CSS Codes

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

#abc5ed Text Font Color

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

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


#abc5ed Background Color

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

This div background color is #abc5ed


#abc5ed Border Color

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

This div border color is #abc5ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc5ed


Comments

No comments written yet.

Please login to write comment.