Color Hex Logo

#abebee Color Hex

#ABEBEE
(171,235,238)
0 Favorites   0 Comments

Color spaces of #abebee

RGB 171235238
HSL0.510.660.80
HSV183°28°93°
CMYK 0.280.010.00   0.07
XYZ61.935574.247691.9558
Yxy74.24760.27150.3254
Hunter Lab86.1670-22.4894-2.9562
CIE-Lab89.0394-19.2746-7.9446

#abebee color RGB value is (171,235,238).

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

The process color (four color CMYK) of #abebee color hex is 0.28, 0.01, 0.00, 0.07. Web safe color of #abebee is #99ffff. Color #abebee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101011 11101110
Octal 253 353 356
Decimal 171 235 238
Hex AB EB EE

RGB Percentages of Color #abebee

%26.55
%36.49
%36.96

CMYK Percentages of Color #abebee

%28
%1
%0
%7

Triadic Colors of #abebee

#abebee #eeabeb #ebeeab

Analogous Colors of #abebee

#abebee #abcaee #abeed0

Monochromatic Colors of #abebee

#abebee

Complementary Color

#abebee #eeaeab

#abebee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abebee Color Preview on White Background

Lorem ipsum dolor sit amet.

#abebee Color CSS Codes

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

#abebee Text Font Color

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

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


#abebee Background Color

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

This div background color is #abebee


#abebee Border Color

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

This div border color is #abebee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,235,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 #abebee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abebee


Comments

No comments written yet.

Please login to write comment.