color codes Logo

#abfebc color codes

#ABFEBC
(171,254,188)
0 Favorites   0 Comments

Color spaces of #abfebc

RGB 171254188
HSL0.370.980.83
HSV132°33°100°
CMYK 0.330.000.26   0.00
XYZ61.313583.172460.3993
Yxy83.17240.29930.4059
Hunter Lab91.1989-39.591624.5726
CIE-Lab93.0899-38.189623.7546

#abfebc color RGB value is (171,254,188).

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

The process color (four color CMYK) of #abfebc color code is 0.33, 0.00, 0.26, 0.00. Web safe color of #abfebc is #99ffcc. Color #abfebc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111110 10111100
Octal 253 376 274
Decimal 171 254 188
Hex AB FE BC

RGB Percentages of Color #abfebc

%27.90
%41.44
%30.67

CMYK Percentages of Color #abfebc

%33
%0
%26
%0

Triadic Colors of #abfebc

#abfebc #bcabfe #febcab

Analogous Colors of #abfebc

#abfebc #abfee6 #c4feab

Monochromatic Colors of #abfebc

#abfebc

Complementary Color

#abfebc #feabed

#abfebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfebc Color CSS Codes

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

#abfebc Text Font Color

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

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


#abfebc Background Color

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

This div background color is #abfebc


#abfebc Border Color

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

This div border color is #abfebc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,254,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 #abfebc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfebc

Related Colors


Comments

No comments written yet.

Please login to write comment.