Color Hex Logo

#abecf8 Color Hex

#ABECF8
(171,236,248)
0 Favorites   0 Comments

Color spaces of #abecf8

RGB 171236248
HSL0.530.850.82
HSV189°31°97°
CMYK 0.310.050.00   0.03
XYZ63.733375.4261100.0065
Yxy75.42610.26650.3154
Hunter Lab86.8482-20.9926-7.4792
CIE-Lab89.5922-17.5032-12.3548

#abecf8 color RGB value is (171,236,248).

#abecf8 hex color red value is 171, green value is 236 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #abecf8 hue: 0.53 , saturation: 0.85 and the lightness value of abecf8 is 0.82.

The process color (four color CMYK) of #abecf8 color hex is 0.31, 0.05, 0.00, 0.03. Web safe color of #abecf8 is #99ffff. Color #abecf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101100 11111000
Octal 253 354 370
Decimal 171 236 248
Hex AB EC F8

RGB Percentages of Color #abecf8

%26.11
%36.03
%37.86

CMYK Percentages of Color #abecf8

%31
%5
%0
%3

Triadic Colors of #abecf8

#abecf8 #f8abec #ecf8ab

Analogous Colors of #abecf8

#abecf8 #abc6f8 #abf8de

Monochromatic Colors of #abecf8

#abecf8

Complementary Color

#abecf8 #f8b7ab

#abecf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abecf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abecf8 Color CSS Codes

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

#abecf8 Text Font Color

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

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


#abecf8 Background Color

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

This div background color is #abecf8


#abecf8 Border Color

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

This div border color is #abecf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abecf8


Comments

No comments written yet.

Please login to write comment.