Color Hex Logo

#abf6ec Color Hex

#ABF6EC
(171,246,236)
0 Favorites   0 Comments

Color spaces of #abf6ec

RGB 171246236
HSL0.480.810.82
HSV172°30°96°
CMYK 0.300.000.04   0.04
XYZ64.890780.625691.4991
Yxy80.62560.27380.3402
Hunter Lab89.7918-28.13722.4369
CIE-Lab91.9648-25.0967-2.5872

#abf6ec color RGB value is (171,246,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110110 11101100
Octal 253 366 354
Decimal 171 246 236
Hex AB F6 EC

RGB Percentages of Color #abf6ec

%26.19
%37.67
%36.14

CMYK Percentages of Color #abf6ec

%30
%0
%4
%4

Triadic Colors of #abf6ec

#abf6ec #ecabf6 #f6ecab

Analogous Colors of #abf6ec

#abf6ec #abdbf6 #abf6c7

Monochromatic Colors of #abf6ec

#abf6ec

Complementary Color

#abf6ec #f6abb5

#abf6ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf6ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf6ec Color CSS Codes

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

#abf6ec Text Font Color

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

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


#abf6ec Background Color

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

This div background color is #abf6ec


#abf6ec Border Color

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

This div border color is #abf6ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf6ec


Comments

No comments written yet.

Please login to write comment.