Color Hex Logo

#abc1ea Color Hex

#ABC1EA
(171,193,234)
0 Favorites   0 Comments

Color spaces of #abc1ea

RGB 171193234
HSL0.610.600.79
HSV219°27°92°
CMYK 0.270.180.00   0.08
XYZ50.715852.738485.3484
Yxy52.73840.26860.2793
Hunter Lab72.6212-2.4297-18.8460
CIE-Lab77.72031.5775-22.8193

#abc1ea color RGB value is (171,193,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000001 11101010
Octal 253 301 352
Decimal 171 193 234
Hex AB C1 EA

RGB Percentages of Color #abc1ea

%28.60
%32.27
%39.13

CMYK Percentages of Color #abc1ea

%27
%18
%0
%8

Triadic Colors of #abc1ea

#abc1ea #eaabc1 #c1eaab

Analogous Colors of #abc1ea

#abc1ea #b5abea #abe1ea

Monochromatic Colors of #abc1ea

#abc1ea

Complementary Color

#abc1ea #ead4ab

#abc1ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc1ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc1ea Color CSS Codes

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

#abc1ea Text Font Color

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

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


#abc1ea Background Color

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

This div background color is #abc1ea


#abc1ea Border Color

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

This div border color is #abc1ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc1ea


Comments

No comments written yet.

Please login to write comment.