Color Hex Logo

#abceea Color Hex

#ABCEEA
(171,206,234)
0 Favorites   0 Comments

Color spaces of #abceea

RGB 171206234
HSL0.570.600.79
HSV207°27°92°
CMYK 0.270.120.00   0.08
XYZ53.717258.741186.3489
Yxy58.74110.27020.2955
Hunter Lab76.6427-9.0181-13.1487
CIE-Lab81.1491-5.3544-17.6254

#abceea color RGB value is (171,206,234).

#abceea hex color red value is 171, green value is 206 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #abceea hue: 0.57 , saturation: 0.60 and the lightness value of abceea is 0.79.

The process color (four color CMYK) of #abceea color hex is 0.27, 0.12, 0.00, 0.08. Web safe color of #abceea is #99ccff. Color #abceea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001110 11101010
Octal 253 316 352
Decimal 171 206 234
Hex AB CE EA

RGB Percentages of Color #abceea

%27.99
%33.72
%38.30

CMYK Percentages of Color #abceea

%27
%12
%0
%8

Triadic Colors of #abceea

#abceea #eaabce #ceeaab

Analogous Colors of #abceea

#abceea #abafea #abeae7

Monochromatic Colors of #abceea

#abceea

Complementary Color

#abceea #eac7ab

#abceea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abceea Color Preview on White Background

Lorem ipsum dolor sit amet.

#abceea Color CSS Codes

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

#abceea Text Font Color

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

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


#abceea Background Color

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

This div background color is #abceea


#abceea Border Color

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

This div border color is #abceea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abceea


Comments

No comments written yet.

Please login to write comment.