Color Hex Logo

#abc5ee Color Hex

#ABC5EE
(171,197,238)
0 Favorites   0 Comments

Color spaces of #abc5ee

RGB 171197238
HSL0.600.660.80
HSV217°28°93°
CMYK 0.280.170.00   0.07
XYZ52.193554.763588.7084
Yxy54.76350.26670.2799
Hunter Lab74.0024-3.6090-19.2707
CIE-Lab78.90480.3728-23.1658

#abc5ee color RGB value is (171,197,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000101 11101110
Octal 253 305 356
Decimal 171 197 238
Hex AB C5 EE

RGB Percentages of Color #abc5ee

%28.22
%32.51
%39.27

CMYK Percentages of Color #abc5ee

%28
%17
%0
%7

Triadic Colors of #abc5ee

#abc5ee #eeabc5 #c5eeab

Analogous Colors of #abc5ee

#abc5ee #b3abee #abe7ee

Monochromatic Colors of #abc5ee

#abc5ee

Complementary Color

#abc5ee #eed4ab

#abc5ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc5ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc5ee Color CSS Codes

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

#abc5ee Text Font Color

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

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


#abc5ee Background Color

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

This div background color is #abc5ee


#abc5ee Border Color

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

This div border color is #abc5ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc5ee


Comments

No comments written yet.

Please login to write comment.