Color Hex Logo

#abf3da Color Hex

#ABF3DA
(171,243,218)
0 Favorites   0 Comments

Color spaces of #abf3da

RGB 171243218
HSL0.440.750.81
HSV159°30°95°
CMYK 0.300.000.10   0.05
XYZ61.500177.821178.1092
Yxy77.82110.28280.3579
Hunter Lab88.2163-29.93699.2543
CIE-Lab90.6982-27.44294.9249

#abf3da color RGB value is (171,243,218).

#abf3da hex color red value is 171, green value is 243 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #abf3da hue: 0.44 , saturation: 0.75 and the lightness value of abf3da is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110011 11011010
Octal 253 363 332
Decimal 171 243 218
Hex AB F3 DA

RGB Percentages of Color #abf3da

%27.06
%38.45
%34.49

CMYK Percentages of Color #abf3da

%30
%0
%10
%5

Triadic Colors of #abf3da

#abf3da #daabf3 #f3daab

Analogous Colors of #abf3da

#abf3da #abe8f3 #abf3b6

Monochromatic Colors of #abf3da

#abf3da

Complementary Color

#abf3da #f3abc4

#abf3da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf3da Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf3da Color CSS Codes

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

#abf3da Text Font Color

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

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


#abf3da Background Color

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

This div background color is #abf3da


#abf3da Border Color

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

This div border color is #abf3da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf3da


Comments

No comments written yet.

Please login to write comment.