Color Hex Logo

#abf0ea Color Hex

#ABF0EA
(171,240,234)
0 Favorites   0 Comments

Color spaces of #abf0ea

RGB 171240234
HSL0.490.700.81
HSV175°29°94°
CMYK 0.290.000.03   0.06
XYZ62.806076.918689.3785
Yxy76.91860.27410.3357
Hunter Lab87.7032-25.65340.9698
CIE-Lab90.2841-22.6185-4.0155

#abf0ea color RGB value is (171,240,234).

#abf0ea hex color red value is 171, green value is 240 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #abf0ea hue: 0.49 , saturation: 0.70 and the lightness value of abf0ea is 0.81.

The process color (four color CMYK) of #abf0ea color hex is 0.29, 0.00, 0.03, 0.06. Web safe color of #abf0ea is #99ffff. Color #abf0ea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110000 11101010
Octal 253 360 352
Decimal 171 240 234
Hex AB F0 EA

RGB Percentages of Color #abf0ea

%26.51
%37.21
%36.28

CMYK Percentages of Color #abf0ea

%29
%0
%3
%6

Triadic Colors of #abf0ea

#abf0ea #eaabf0 #f0eaab

Analogous Colors of #abf0ea

#abf0ea #abd4f0 #abf0c8

Monochromatic Colors of #abf0ea

#abf0ea

Complementary Color

#abf0ea #f0abb1

#abf0ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf0ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf0ea Color CSS Codes

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

#abf0ea Text Font Color

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

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


#abf0ea Background Color

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

This div background color is #abf0ea


#abf0ea Border Color

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

This div border color is #abf0ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf0ea


Comments

No comments written yet.

Please login to write comment.