Color Hex Logo

#abcee5 Color Hex

#ABCEE5
(171,206,229)
0 Favorites   0 Comments

Color spaces of #abcee5

RGB 171206229
HSL0.570.530.78
HSV204°25°90°
CMYK 0.250.100.00   0.10
XYZ53.008858.457782.6183
Yxy58.45770.27310.3012
Hunter Lab76.4576-10.0451-10.5470
CIE-Lab80.9926-6.5052-15.1898

#abcee5 color RGB value is (171,206,229).

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

The process color (four color CMYK) of #abcee5 color hex is 0.25, 0.10, 0.00, 0.10. Web safe color of #abcee5 is #99cccc. Color #abcee5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001110 11100101
Octal 253 316 345
Decimal 171 206 229
Hex AB CE E5

RGB Percentages of Color #abcee5

%28.22
%33.99
%37.79

CMYK Percentages of Color #abcee5

%25
%10
%0
%10

Triadic Colors of #abcee5

#abcee5 #e5abce #cee5ab

Analogous Colors of #abcee5

#abcee5 #abb1e5 #abe5df

Monochromatic Colors of #abcee5

#abcee5

Complementary Color

#abcee5 #e5c2ab

#abcee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcee5 Color CSS Codes

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

#abcee5 Text Font Color

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

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


#abcee5 Background Color

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

This div background color is #abcee5


#abcee5 Border Color

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

This div border color is #abcee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcee5


Comments

No comments written yet.

Please login to write comment.