Color Hex Logo

#abfbe4 Color Hex

#ABFBE4
(171,251,228)
0 Favorites   0 Comments

Color spaces of #abfbe4

RGB 171251228
HSL0.450.910.83
HSV163°32°98°
CMYK 0.320.000.09   0.02
XYZ65.295483.253786.0269
Yxy83.25370.27840.3549
Hunter Lab91.2435-31.93847.9701
CIE-Lab93.1254-29.18583.2538

#abfbe4 color RGB value is (171,251,228).

#abfbe4 hex color red value is 171, green value is 251 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #abfbe4 hue: 0.45 , saturation: 0.91 and the lightness value of abfbe4 is 0.83.

The process color (four color CMYK) of #abfbe4 color hex is 0.32, 0.00, 0.09, 0.02. Web safe color of #abfbe4 is #99ffcc. Color #abfbe4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111011 11100100
Octal 253 373 344
Decimal 171 251 228
Hex AB FB E4

RGB Percentages of Color #abfbe4

%26.31
%38.62
%35.08

CMYK Percentages of Color #abfbe4

%32
%0
%9
%2

Triadic Colors of #abfbe4

#abfbe4 #e4abfb #fbe4ab

Analogous Colors of #abfbe4

#abfbe4 #abeafb #abfbbc

Monochromatic Colors of #abfbe4

#abfbe4

Complementary Color

#abfbe4 #fbabc2

#abfbe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfbe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfbe4 Color CSS Codes

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

#abfbe4 Text Font Color

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

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


#abfbe4 Background Color

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

This div background color is #abfbe4


#abfbe4 Border Color

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

This div border color is #abfbe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfbe4


Comments

No comments written yet.

Please login to write comment.