Color Hex Logo

#abcaee Color Hex

#ABCAEE
(171,202,238)
0 Favorites   0 Comments

Color spaces of #abcaee

RGB 171202238
HSL0.590.660.80
HSV212°28°93°
CMYK 0.280.150.00   0.07
XYZ53.347757.072089.0932
Yxy57.07200.26740.2861
Hunter Lab75.5460-6.1557-17.0399
CIE-Lab80.2201-2.3001-21.1679

#abcaee color RGB value is (171,202,238).

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

The process color (four color CMYK) of #abcaee color hex is 0.28, 0.15, 0.00, 0.07. Web safe color of #abcaee is #99ccff. Color #abcaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001010 11101110
Octal 253 312 356
Decimal 171 202 238
Hex AB CA EE

RGB Percentages of Color #abcaee

%27.99
%33.06
%38.95

CMYK Percentages of Color #abcaee

%28
%15
%0
%7

Triadic Colors of #abcaee

#abcaee #eeabca #caeeab

Analogous Colors of #abcaee

#abcaee #aeabee #abecee

Monochromatic Colors of #abcaee

#abcaee

Complementary Color

#abcaee #eecfab

#abcaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcaee Color CSS Codes

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

#abcaee Text Font Color

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

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


#abcaee Background Color

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

This div background color is #abcaee


#abcaee Border Color

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

This div border color is #abcaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcaee


Comments

No comments written yet.

Please login to write comment.