Color Hex Logo

#abf6de Color Hex

#ABF6DE
(171,246,222)
0 Favorites   0 Comments

Color spaces of #abf6de

RGB 171246222
HSL0.450.810.82
HSV161°30°96°
CMYK 0.300.000.10   0.04
XYZ62.935279.843481.2015
Yxy79.84340.28100.3565
Hunter Lab89.3551-30.64928.6688
CIE-Lab91.6146-28.05464.1727

#abf6de color RGB value is (171,246,222).

#abf6de hex color red value is 171, green value is 246 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #abf6de hue: 0.45 , saturation: 0.81 and the lightness value of abf6de is 0.82.

The process color (four color CMYK) of #abf6de color hex is 0.30, 0.00, 0.10, 0.04. Web safe color of #abf6de is #99ffcc. Color #abf6de contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110110 11011110
Octal 253 366 336
Decimal 171 246 222
Hex AB F6 DE

RGB Percentages of Color #abf6de

%26.76
%38.50
%34.74

CMYK Percentages of Color #abf6de

%30
%0
%10
%4

Triadic Colors of #abf6de

#abf6de #deabf6 #f6deab

Analogous Colors of #abf6de

#abf6de #abe9f6 #abf6b9

Monochromatic Colors of #abf6de

#abf6de

Complementary Color

#abf6de #f6abc3

#abf6de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf6de Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf6de Color CSS Codes

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

#abf6de Text Font Color

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

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


#abf6de Background Color

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

This div background color is #abf6de


#abf6de Border Color

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

This div border color is #abf6de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf6de


Comments

No comments written yet.

Please login to write comment.