Color Hex Logo

#abffeb Color Hex

#ABFFEB
(171,255,235)
0 Favorites   0 Comments

Color spaces of #abffeb

RGB 171255235
HSL0.461.000.84
HSV166°33°100°
CMYK 0.330.000.08   0.00
XYZ67.550086.176191.6707
Yxy86.17610.27530.3512
Hunter Lab92.8311-32.56616.4329
CIE-Lab94.3876-29.60581.4721

#abffeb color RGB value is (171,255,235).

#abffeb hex color red value is 171, green value is 255 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #abffeb hue: 0.46 , saturation: 1.00 and the lightness value of abffeb is 0.84.

The process color (four color CMYK) of #abffeb color hex is 0.33, 0.00, 0.08, 0.00. Web safe color of #abffeb is #99ffff. Color #abffeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111111 11101011
Octal 253 377 353
Decimal 171 255 235
Hex AB FF EB

RGB Percentages of Color #abffeb

%25.87
%38.58
%35.55

CMYK Percentages of Color #abffeb

%33
%0
%8
%0

Triadic Colors of #abffeb

#abffeb #ebabff #ffebab

Analogous Colors of #abffeb

#abffeb #abe9ff #abffc1

Monochromatic Colors of #abffeb

#abffeb

Complementary Color

#abffeb #ffabbf

#abffeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abffeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abffeb Color CSS Codes

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

#abffeb Text Font Color

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

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


#abffeb Background Color

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

This div background color is #abffeb


#abffeb Border Color

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

This div border color is #abffeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abffeb


Comments

No comments written yet.

Please login to write comment.