Color Hex Logo

#abeecb Color Hex

#ABEECB
(171,238,203)
0 Favorites   0 Comments

Color spaces of #abeecb

RGB 171238203
HSL0.410.660.80
HSV149°28°93°
CMYK 0.280.000.15   0.07
XYZ58.148674.118867.7415
Yxy74.11880.29070.3706
Hunter Lab86.0923-30.098713.6124
CIE-Lab88.9786-28.033810.2604

#abeecb color RGB value is (171,238,203).

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

The process color (four color CMYK) of #abeecb color hex is 0.28, 0.00, 0.15, 0.07. Web safe color of #abeecb is #99ffcc. Color #abeecb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101110 11001011
Octal 253 356 313
Decimal 171 238 203
Hex AB EE CB

RGB Percentages of Color #abeecb

%27.94
%38.89
%33.17

CMYK Percentages of Color #abeecb

%28
%0
%15
%7

Triadic Colors of #abeecb

#abeecb #cbabee #eecbab

Analogous Colors of #abeecb

#abeecb #abeeed #adeeab

Monochromatic Colors of #abeecb

#abeecb

Complementary Color

#abeecb #eeabce

#abeecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeecb Color CSS Codes

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

#abeecb Text Font Color

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

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


#abeecb Background Color

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

This div background color is #abeecb


#abeecb Border Color

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

This div border color is #abeecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeecb


Comments

No comments written yet.

Please login to write comment.