Color Hex Logo

#abf7ed Color Hex

#ABF7ED
(171,247,237)
0 Favorites   0 Comments

Color spaces of #abf7ed

RGB 171247237
HSL0.480.830.82
HSV172°31°97°
CMYK 0.310.000.04   0.03
XYZ65.341481.293992.3682
Yxy81.29390.27340.3401
Hunter Lab90.1631-28.42622.3742
CIE-Lab92.2623-25.3620-2.6700

#abf7ed color RGB value is (171,247,237).

#abf7ed hex color red value is 171, green value is 247 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #abf7ed hue: 0.48 , saturation: 0.83 and the lightness value of abf7ed is 0.82.

The process color (four color CMYK) of #abf7ed color hex is 0.31, 0.00, 0.04, 0.03. Web safe color of #abf7ed is #99ffff. Color #abf7ed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110111 11101101
Octal 253 367 355
Decimal 171 247 237
Hex AB F7 ED

RGB Percentages of Color #abf7ed

%26.11
%37.71
%36.18

CMYK Percentages of Color #abf7ed

%31
%0
%4
%3

Triadic Colors of #abf7ed

#abf7ed #edabf7 #f7edab

Analogous Colors of #abf7ed

#abf7ed #abdbf7 #abf7c7

Monochromatic Colors of #abf7ed

#abf7ed

Complementary Color

#abf7ed #f7abb5

#abf7ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf7ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf7ed Color CSS Codes

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

#abf7ed Text Font Color

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

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


#abf7ed Background Color

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

This div background color is #abf7ed


#abf7ed Border Color

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

This div border color is #abf7ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf7ed


Comments

No comments written yet.

Please login to write comment.