Color Hex Logo

#abc5ea Color Hex

#ABC5EA
(171,197,234)
0 Favorites   0 Comments

Color spaces of #abc5ea

RGB 171197234
HSL0.600.600.79
HSV215°27°92°
CMYK 0.270.160.00   0.08
XYZ51.612154.530985.6472
Yxy54.53090.26910.2843
Hunter Lab73.8450-4.4708-17.0744
CIE-Lab78.7703-0.5732-21.2239

#abc5ea color RGB value is (171,197,234).

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

The process color (four color CMYK) of #abc5ea color hex is 0.27, 0.16, 0.00, 0.08. Web safe color of #abc5ea is #99ccff. Color #abc5ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000101 11101010
Octal 253 305 352
Decimal 171 197 234
Hex AB C5 EA

RGB Percentages of Color #abc5ea

%28.41
%32.72
%38.87

CMYK Percentages of Color #abc5ea

%27
%16
%0
%8

Triadic Colors of #abc5ea

#abc5ea #eaabc5 #c5eaab

Analogous Colors of #abc5ea

#abc5ea #b1abea #abe5ea

Monochromatic Colors of #abc5ea

#abc5ea

Complementary Color

#abc5ea #ead0ab

#abc5ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc5ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc5ea Color CSS Codes

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

#abc5ea Text Font Color

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

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


#abc5ea Background Color

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

This div background color is #abc5ea


#abc5ea Border Color

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

This div border color is #abc5ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc5ea


Comments

No comments written yet.

Please login to write comment.