Color Hex Logo

#abcee3 Color Hex

#ABCEE3
(171,206,227)
0 Favorites   0 Comments

Color spaces of #abcee3

RGB 171206227
HSL0.560.500.78
HSV203°25°89°
CMYK 0.250.090.00   0.11
XYZ52.731058.346681.1558
Yxy58.34660.27430.3035
Hunter Lab76.3849-10.4493-9.5237
CIE-Lab80.9311-6.9604-14.2130

#abcee3 color RGB value is (171,206,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001110 11100011
Octal 253 316 343
Decimal 171 206 227
Hex AB CE E3

RGB Percentages of Color #abcee3

%28.31
%34.11
%37.58

CMYK Percentages of Color #abcee3

%25
%9
%0
%11

Triadic Colors of #abcee3

#abcee3 #e3abce #cee3ab

Analogous Colors of #abcee3

#abcee3 #abb2e3 #abe3dc

Monochromatic Colors of #abcee3

#abcee3

Complementary Color

#abcee3 #e3c0ab

#abcee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcee3 Color CSS Codes

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

#abcee3 Text Font Color

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

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


#abcee3 Background Color

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

This div background color is #abcee3


#abcee3 Border Color

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

This div border color is #abcee3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcee3


Comments

No comments written yet.

Please login to write comment.