Color Hex Logo

#abeeec Color Hex

#ABEEEC
(171,238,236)
0 Favorites   0 Comments

Color spaces of #abeeec

RGB 171238236
HSL0.500.660.80
HSV178°28°93°
CMYK 0.280.000.01   0.07
XYZ62.509475.863190.7053
Yxy75.86310.27290.3312
Hunter Lab87.0994-24.3184-0.7750
CIE-Lab89.7957-21.2000-5.7796

#abeeec color RGB value is (171,238,236).

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

The process color (four color CMYK) of #abeeec color hex is 0.28, 0.00, 0.01, 0.07. Web safe color of #abeeec is #99ffff. Color #abeeec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101110 11101100
Octal 253 356 354
Decimal 171 238 236
Hex AB EE EC

RGB Percentages of Color #abeeec

%26.51
%36.90
%36.59

CMYK Percentages of Color #abeeec

%28
%0
%1
%7

Triadic Colors of #abeeec

#abeeec #ecabee #eeecab

Analogous Colors of #abeeec

#abeeec #abcfee #abeecb

Monochromatic Colors of #abeeec

#abeeec

Complementary Color

#abeeec #eeabad

#abeeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeeec Color CSS Codes

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

#abeeec Text Font Color

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

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


#abeeec Background Color

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

This div background color is #abeeec


#abeeec Border Color

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

This div border color is #abeeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeeec


Comments

No comments written yet.

Please login to write comment.