Color Hex Logo

#abedfb Color Hex

#ABEDFB
(171,237,251)
0 Favorites   0 Comments

Color spaces of #abedfb

RGB 171237251
HSL0.530.910.83
HSV191°32°98°
CMYK 0.320.060.00   0.02
XYZ64.491476.1913102.5741
Yxy76.19130.26510.3132
Hunter Lab87.2876-20.8708-8.5720
CIE-Lab89.9481-17.3088-13.3910

#abedfb color RGB value is (171,237,251).

#abedfb hex color red value is 171, green value is 237 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #abedfb hue: 0.53 , saturation: 0.91 and the lightness value of abedfb is 0.83.

The process color (four color CMYK) of #abedfb color hex is 0.32, 0.06, 0.00, 0.02. Web safe color of #abedfb is #99ffff. Color #abedfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101101 11111011
Octal 253 355 373
Decimal 171 237 251
Hex AB ED FB

RGB Percentages of Color #abedfb

%25.95
%35.96
%38.09

CMYK Percentages of Color #abedfb

%32
%6
%0
%2

Triadic Colors of #abedfb

#abedfb #fbabed #edfbab

Analogous Colors of #abedfb

#abedfb #abc5fb #abfbe1

Monochromatic Colors of #abedfb

#abedfb

Complementary Color

#abedfb #fbb9ab

#abedfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abedfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abedfb Color CSS Codes

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

#abedfb Text Font Color

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

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


#abedfb Background Color

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

This div background color is #abedfb


#abedfb Border Color

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

This div border color is #abedfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abedfb


Comments

No comments written yet.

Please login to write comment.