Color Hex Logo

#abeeba Color Hex

#ABEEBA
(171,238,186)
0 Favorites   0 Comments

Color spaces of #abeeba

RGB 171238186
HSL0.370.660.80
HSV133°28°93°
CMYK 0.280.000.22   0.07
XYZ56.232073.352257.6490
Yxy73.35220.30030.3918
Hunter Lab85.6459-32.683720.0435
CIE-Lab88.6154-31.184018.5731

#abeeba color RGB value is (171,238,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101110 10111010
Octal 253 356 272
Decimal 171 238 186
Hex AB EE BA

RGB Percentages of Color #abeeba

%28.74
%40.00
%31.26

CMYK Percentages of Color #abeeba

%28
%0
%22
%7

Triadic Colors of #abeeba

#abeeba #baabee #eebaab

Analogous Colors of #abeeba

#abeeba #abeedc #beeeab

Monochromatic Colors of #abeeba

#abeeba

Complementary Color

#abeeba #eeabdf

#abeeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeeba Color CSS Codes

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

#abeeba Text Font Color

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

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


#abeeba Background Color

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

This div background color is #abeeba


#abeeba Border Color

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

This div border color is #abeeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeeba


Comments

No comments written yet.

Please login to write comment.