Color Hex Logo

#abeeb0 Color Hex

#ABEEB0
(171,238,176)
0 Favorites   0 Comments

Color spaces of #abeeb0

RGB 171238176
HSL0.350.660.80
HSV124°28°93°
CMYK 0.280.000.26   0.07
XYZ55.205672.941652.2438
Yxy72.94160.30600.4044
Hunter Lab85.4059-34.079423.5157
CIE-Lab88.4199-32.910623.4595

#abeeb0 color RGB value is (171,238,176).

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

The process color (four color CMYK) of #abeeb0 color hex is 0.28, 0.00, 0.26, 0.07. Web safe color of #abeeb0 is #99ff99. Color #abeeb0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101110 10110000
Octal 253 356 260
Decimal 171 238 176
Hex AB EE B0

RGB Percentages of Color #abeeb0

%29.23
%40.68
%30.09

CMYK Percentages of Color #abeeb0

%28
%0
%26
%7

Triadic Colors of #abeeb0

#abeeb0 #b0abee #eeb0ab

Analogous Colors of #abeeb0

#abeeb0 #abeed2 #c8eeab

Monochromatic Colors of #abeeb0

#abeeb0

Complementary Color

#abeeb0 #eeabe9

#abeeb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeeb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeeb0 Color CSS Codes

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

#abeeb0 Text Font Color

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

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


#abeeb0 Background Color

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

This div background color is #abeeb0


#abeeb0 Border Color

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

This div border color is #abeeb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeeb0


Comments

No comments written yet.

Please login to write comment.