Color Hex Logo

#abfeeb Color Hex

#ABFEEB
(171,254,235)
0 Favorites   0 Comments

Color spaces of #abfeeb

RGB 171254235
HSL0.460.980.83
HSV166°33°100°
CMYK 0.330.000.07   0.00
XYZ67.231885.539791.5646
Yxy85.53970.27520.3501
Hunter Lab92.4877-32.09696.0431
CIE-Lab94.1152-29.13331.0753

#abfeeb color RGB value is (171,254,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111110 11101011
Octal 253 376 353
Decimal 171 254 235
Hex AB FE EB

RGB Percentages of Color #abfeeb

%25.91
%38.48
%35.61

CMYK Percentages of Color #abfeeb

%33
%0
%7
%0

Triadic Colors of #abfeeb

#abfeeb #ebabfe #feebab

Analogous Colors of #abfeeb

#abfeeb #abe8fe #abfec2

Monochromatic Colors of #abfeeb

#abfeeb

Complementary Color

#abfeeb #feabbe

#abfeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfeeb Color CSS Codes

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

#abfeeb Text Font Color

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

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


#abfeeb Background Color

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

This div background color is #abfeeb


#abfeeb Border Color

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

This div border color is #abfeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfeeb


Comments

No comments written yet.

Please login to write comment.