Color Hex Logo

#abfde6 Color Hex

#ABFDE6
(171,253,230)
0 Favorites   0 Comments

Color spaces of #abfde6

RGB 171253230
HSL0.450.950.83
HSV163°32°99°
CMYK 0.320.000.09   0.01
XYZ66.202884.621787.7073
Yxy84.62170.27750.3548
Hunter Lab91.9901-32.52097.8634
CIE-Lab93.7199-29.71393.0827

#abfde6 color RGB value is (171,253,230).

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

The process color (four color CMYK) of #abfde6 color hex is 0.32, 0.00, 0.09, 0.01. Web safe color of #abfde6 is #99ffff. Color #abfde6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111101 11100110
Octal 253 375 346
Decimal 171 253 230
Hex AB FD E6

RGB Percentages of Color #abfde6

%26.15
%38.69
%35.17

CMYK Percentages of Color #abfde6

%32
%0
%9
%1

Triadic Colors of #abfde6

#abfde6 #e6abfd #fde6ab

Analogous Colors of #abfde6

#abfde6 #abebfd #abfdbd

Monochromatic Colors of #abfde6

#abfde6

Complementary Color

#abfde6 #fdabc2

#abfde6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfde6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfde6 Color CSS Codes

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

#abfde6 Text Font Color

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

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


#abfde6 Background Color

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

This div background color is #abfde6


#abfde6 Border Color

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

This div border color is #abfde6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfde6

Related Colors


Comments

No comments written yet.

Please login to write comment.