Color Hex Logo

#abe1fd Color Hex

#ABE1FD
(171,225,253)
0 Favorites   0 Comments

Color spaces of #abe1fd

RGB 171225253
HSL0.560.950.83
HSV200°32°99°
CMYK 0.320.110.00   0.01
XYZ61.449469.6002103.1240
Yxy69.60020.26240.2972
Hunter Lab83.4267-14.5195-14.8898
CIE-Lab86.8004-10.7609-19.1678

#abe1fd color RGB value is (171,225,253).

#abe1fd hex color red value is 171, green value is 225 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #abe1fd hue: 0.56 , saturation: 0.95 and the lightness value of abe1fd is 0.83.

The process color (four color CMYK) of #abe1fd color hex is 0.32, 0.11, 0.00, 0.01. Web safe color of #abe1fd is #99ccff. Color #abe1fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100001 11111101
Octal 253 341 375
Decimal 171 225 253
Hex AB E1 FD

RGB Percentages of Color #abe1fd

%26.35
%34.67
%38.98

CMYK Percentages of Color #abe1fd

%32
%11
%0
%1

Triadic Colors of #abe1fd

#abe1fd #fdabe1 #e1fdab

Analogous Colors of #abe1fd

#abe1fd #abb8fd #abfdf0

Monochromatic Colors of #abe1fd

#abe1fd

Complementary Color

#abe1fd #fdc7ab

#abe1fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe1fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe1fd Color CSS Codes

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

#abe1fd Text Font Color

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

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


#abe1fd Background Color

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

This div background color is #abe1fd


#abe1fd Border Color

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

This div border color is #abe1fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe1fd

Related Colors


Comments

No comments written yet.

Please login to write comment.