Color Hex Logo

#abf6ef Color Hex

#ABF6EF
(171,246,239)
0 Favorites   0 Comments

Color spaces of #abf6ef

RGB 171246239
HSL0.480.810.82
HSV174°30°96°
CMYK 0.300.000.03   0.04
XYZ65.330380.801593.8143
Yxy80.80150.27230.3367
Hunter Lab89.8897-27.57611.0441
CIE-Lab92.0433-24.4430-4.0305

#abf6ef color RGB value is (171,246,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110110 11101111
Octal 253 366 357
Decimal 171 246 239
Hex AB F6 EF

RGB Percentages of Color #abf6ef

%26.07
%37.50
%36.43

CMYK Percentages of Color #abf6ef

%30
%0
%3
%4

Triadic Colors of #abf6ef

#abf6ef #efabf6 #f6efab

Analogous Colors of #abf6ef

#abf6ef #abd8f6 #abf6ca

Monochromatic Colors of #abf6ef

#abf6ef

Complementary Color

#abf6ef #f6abb2

#abf6ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf6ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf6ef Color CSS Codes

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

#abf6ef Text Font Color

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

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


#abf6ef Background Color

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

This div background color is #abf6ef


#abf6ef Border Color

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

This div border color is #abf6ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf6ef


Comments

No comments written yet.

Please login to write comment.