Color Hex Logo

#abcce6 Color Hex

#ABCCE6
(171,204,230)
0 Favorites   0 Comments

Color spaces of #abcce6

RGB 171204230
HSL0.570.540.79
HSV206°26°90°
CMYK 0.260.110.00   0.10
XYZ52.670457.556883.1965
Yxy57.55680.27230.2976
Hunter Lab75.8662-8.8415-11.9123
CIE-Lab80.4918-5.2240-16.4779

#abcce6 color RGB value is (171,204,230).

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

The process color (four color CMYK) of #abcce6 color hex is 0.26, 0.11, 0.00, 0.10. Web safe color of #abcce6 is #99ccff. Color #abcce6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001100 11100110
Octal 253 314 346
Decimal 171 204 230
Hex AB CC E6

RGB Percentages of Color #abcce6

%28.26
%33.72
%38.02

CMYK Percentages of Color #abcce6

%26
%11
%0
%10

Triadic Colors of #abcce6

#abcce6 #e6abcc #cce6ab

Analogous Colors of #abcce6

#abcce6 #abafe6 #abe6e3

Monochromatic Colors of #abcce6

#abcce6

Complementary Color

#abcce6 #e6c5ab

#abcce6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcce6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcce6 Color CSS Codes

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

#abcce6 Text Font Color

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

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


#abcce6 Background Color

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

This div background color is #abcce6


#abcce6 Border Color

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

This div border color is #abcce6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcce6


Comments

No comments written yet.

Please login to write comment.