Color Hex Logo

#abccea Color Hex

#ABCCEA
(171,204,234)
0 Favorites   0 Comments

Color spaces of #abccea

RGB 171204234
HSL0.580.600.79
HSV209°27°92°
CMYK 0.270.130.00   0.08
XYZ53.238757.784286.1894
Yxy57.78420.27000.2930
Hunter Lab76.0159-8.0132-14.0138
CIE-Lab80.6187-4.2993-18.4258

#abccea color RGB value is (171,204,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001100 11101010
Octal 253 314 352
Decimal 171 204 234
Hex AB CC EA

RGB Percentages of Color #abccea

%28.08
%33.50
%38.42

CMYK Percentages of Color #abccea

%27
%13
%0
%8

Triadic Colors of #abccea

#abccea #eaabcc #cceaab

Analogous Colors of #abccea

#abccea #abadea #abeae9

Monochromatic Colors of #abccea

#abccea

Complementary Color

#abccea #eac9ab

#abccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#abccea Color CSS Codes

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

#abccea Text Font Color

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

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


#abccea Background Color

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

This div background color is #abccea


#abccea Border Color

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

This div border color is #abccea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abccea


Comments

No comments written yet.

Please login to write comment.