Color Hex Logo

#abf3bc Color Hex

#ABF3BC
(171,243,188)
0 Favorites   0 Comments

Color spaces of #abf3bc

RGB 171243188
HSL0.370.750.81
HSV134°30°95°
CMYK 0.300.000.23   0.05
XYZ57.922376.390059.2689
Yxy76.39000.29920.3946
Hunter Lab87.4014-34.657620.9750
CIE-Lab90.0401-33.160619.5280

#abf3bc color RGB value is (171,243,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110011 10111100
Octal 253 363 274
Decimal 171 243 188
Hex AB F3 BC

RGB Percentages of Color #abf3bc

%28.41
%40.37
%31.23

CMYK Percentages of Color #abf3bc

%30
%0
%23
%5

Triadic Colors of #abf3bc

#abf3bc #bcabf3 #f3bcab

Analogous Colors of #abf3bc

#abf3bc #abf3e0 #bef3ab

Monochromatic Colors of #abf3bc

#abf3bc

Complementary Color

#abf3bc #f3abe2

#abf3bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf3bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf3bc Color CSS Codes

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

#abf3bc Text Font Color

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

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


#abf3bc Background Color

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

This div background color is #abf3bc


#abf3bc Border Color

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

This div border color is #abf3bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf3bc


Comments

No comments written yet.

Please login to write comment.