Color Hex Logo

#abceec Color Hex

#ABCEEC
(171,206,236)
0 Favorites   0 Comments

Color spaces of #abceec

RGB 171206236
HSL0.580.630.80
HSV208°28°93°
CMYK 0.280.130.00   0.07
XYZ54.006258.856787.8709
Yxy58.85670.26900.2932
Hunter Lab76.7181-8.6005-14.2065
CIE-Lab81.2128-4.8889-18.5969

#abceec color RGB value is (171,206,236).

#abceec hex color red value is 171, green value is 206 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #abceec hue: 0.58 , saturation: 0.63 and the lightness value of abceec is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001110 11101100
Octal 253 316 354
Decimal 171 206 236
Hex AB CE EC

RGB Percentages of Color #abceec

%27.90
%33.61
%38.50

CMYK Percentages of Color #abceec

%28
%13
%0
%7

Triadic Colors of #abceec

#abceec #ecabce #ceecab

Analogous Colors of #abceec

#abceec #abaeec #abecea

Monochromatic Colors of #abceec

#abceec

Complementary Color

#abceec #ecc9ab

#abceec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abceec Color Preview on White Background

Lorem ipsum dolor sit amet.

#abceec Color CSS Codes

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

#abceec Text Font Color

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

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


#abceec Background Color

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

This div background color is #abceec


#abceec Border Color

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

This div border color is #abceec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abceec


Comments

No comments written yet.

Please login to write comment.