Color Hex Logo

#abfbeb Color Hex

#ABFBEB
(171,251,235)
0 Favorites   0 Comments

Color spaces of #abfbeb

RGB 171251235
HSL0.470.910.83
HSV168°32°98°
CMYK 0.320.000.06   0.02
XYZ66.287283.650491.2497
Yxy83.65040.27480.3468
Hunter Lab91.4606-30.68594.8691
CIE-Lab93.2984-27.7092-0.1162

#abfbeb color RGB value is (171,251,235).

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

The process color (four color CMYK) of #abfbeb color hex is 0.32, 0.00, 0.06, 0.02. Web safe color of #abfbeb is #99ffff. Color #abfbeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111011 11101011
Octal 253 373 353
Decimal 171 251 235
Hex AB FB EB

RGB Percentages of Color #abfbeb

%26.03
%38.20
%35.77

CMYK Percentages of Color #abfbeb

%32
%0
%6
%2

Triadic Colors of #abfbeb

#abfbeb #ebabfb #fbebab

Analogous Colors of #abfbeb

#abfbeb #abe3fb #abfbc3

Monochromatic Colors of #abfbeb

#abfbeb

Complementary Color

#abfbeb #fbabbb

#abfbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfbeb Color CSS Codes

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

#abfbeb Text Font Color

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

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


#abfbeb Background Color

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

This div background color is #abfbeb


#abfbeb Border Color

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

This div border color is #abfbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfbeb


Comments

No comments written yet.

Please login to write comment.