Color Hex Logo

#abecf1 Color Hex

#ABECF1
(171,236,241)
0 Favorites   0 Comments

Color spaces of #abecf1

RGB 171236241
HSL0.510.710.81
HSV184°29°95°
CMYK 0.290.020.00   0.05
XYZ62.667274.999794.3926
Yxy74.99970.27000.3232
Hunter Lab86.6024-22.3880-4.0017
CIE-Lab89.3929-19.0978-8.9905

#abecf1 color RGB value is (171,236,241).

#abecf1 hex color red value is 171, green value is 236 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #abecf1 hue: 0.51 , saturation: 0.71 and the lightness value of abecf1 is 0.81.

The process color (four color CMYK) of #abecf1 color hex is 0.29, 0.02, 0.00, 0.05. Web safe color of #abecf1 is #99ffff. Color #abecf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101100 11110001
Octal 253 354 361
Decimal 171 236 241
Hex AB EC F1

RGB Percentages of Color #abecf1

%26.39
%36.42
%37.19

CMYK Percentages of Color #abecf1

%29
%2
%0
%5

Triadic Colors of #abecf1

#abecf1 #f1abec #ecf1ab

Analogous Colors of #abecf1

#abecf1 #abc9f1 #abf1d3

Monochromatic Colors of #abecf1

#abecf1

Complementary Color

#abecf1 #f1b0ab

#abecf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abecf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abecf1 Color CSS Codes

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

#abecf1 Text Font Color

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

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


#abecf1 Background Color

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

This div background color is #abecf1


#abecf1 Border Color

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

This div border color is #abecf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abecf1


Comments

No comments written yet.

Please login to write comment.