Color Hex Logo

#abefc0 Color Hex

#ABEFC0
(171,239,192)
0 Favorites   0 Comments

Color spaces of #abefc0

RGB 171239192
HSL0.380.680.80
HSV139°28°94°
CMYK 0.280.000.20   0.06
XYZ57.175574.196761.1771
Yxy74.19670.29690.3853
Hunter Lab86.1375-32.257718.1870
CIE-Lab89.0154-30.573316.0272

#abefc0 color RGB value is (171,239,192).

#abefc0 hex color red value is 171, green value is 239 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #abefc0 hue: 0.38 , saturation: 0.68 and the lightness value of abefc0 is 0.80.

The process color (four color CMYK) of #abefc0 color hex is 0.28, 0.00, 0.20, 0.06. Web safe color of #abefc0 is #99ffcc. Color #abefc0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101111 11000000
Octal 253 357 300
Decimal 171 239 192
Hex AB EF C0

RGB Percentages of Color #abefc0

%28.41
%39.70
%31.89

CMYK Percentages of Color #abefc0

%28
%0
%20
%6

Triadic Colors of #abefc0

#abefc0 #c0abef #efc0ab

Analogous Colors of #abefc0

#abefc0 #abefe2 #b8efab

Monochromatic Colors of #abefc0

#abefc0

Complementary Color

#abefc0 #efabda

#abefc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abefc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abefc0 Color CSS Codes

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

#abefc0 Text Font Color

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

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


#abefc0 Background Color

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

This div background color is #abefc0


#abefc0 Border Color

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

This div border color is #abefc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abefc0


Comments

No comments written yet.

Please login to write comment.