Color Hex Logo

#abeeb4 Color Hex

#ABEEB4
(171,238,180)
0 Favorites   0 Comments

Color spaces of #abeeb4

RGB 171238180
HSL0.360.660.80
HSV128°28°93°
CMYK 0.280.000.24   0.07
XYZ55.607373.102354.3594
Yxy73.10230.30380.3993
Hunter Lab85.4999-33.532222.1543
CIE-Lab88.4965-32.231521.5061

#abeeb4 color RGB value is (171,238,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101110 10110100
Octal 253 356 264
Decimal 171 238 180
Hex AB EE B4

RGB Percentages of Color #abeeb4

%29.03
%40.41
%30.56

CMYK Percentages of Color #abeeb4

%28
%0
%24
%7

Triadic Colors of #abeeb4

#abeeb4 #b4abee #eeb4ab

Analogous Colors of #abeeb4

#abeeb4 #abeed6 #c4eeab

Monochromatic Colors of #abeeb4

#abeeb4

Complementary Color

#abeeb4 #eeabe5

#abeeb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeeb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeeb4 Color CSS Codes

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

#abeeb4 Text Font Color

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

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


#abeeb4 Background Color

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

This div background color is #abeeb4


#abeeb4 Border Color

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

This div border color is #abeeb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeeb4


Comments

No comments written yet.

Please login to write comment.