Color Hex Logo

#abfbe3 Color Hex

#ABFBE3
(171,251,227)
0 Favorites   0 Comments

Color spaces of #abfbe3

RGB 171251227
HSL0.450.910.83
HSV162°32°98°
CMYK 0.320.000.10   0.02
XYZ65.156983.198385.2978
Yxy83.19830.27890.3561
Hunter Lab91.2131-32.11388.4042
CIE-Lab93.1012-29.39363.7359

#abfbe3 color RGB value is (171,251,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111011 11100011
Octal 253 373 343
Decimal 171 251 227
Hex AB FB E3

RGB Percentages of Color #abfbe3

%26.35
%38.67
%34.98

CMYK Percentages of Color #abfbe3

%32
%0
%10
%2

Triadic Colors of #abfbe3

#abfbe3 #e3abfb #fbe3ab

Analogous Colors of #abfbe3

#abfbe3 #abebfb #abfbbb

Monochromatic Colors of #abfbe3

#abfbe3

Complementary Color

#abfbe3 #fbabc3

#abfbe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfbe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfbe3 Color CSS Codes

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

#abfbe3 Text Font Color

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

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


#abfbe3 Background Color

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

This div background color is #abfbe3


#abfbe3 Border Color

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

This div border color is #abfbe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfbe3


Comments

No comments written yet.

Please login to write comment.