Color Hex Logo

#abebeb Color Hex

#ABEBEB
(171,235,235)
0 Favorites   0 Comments

Color spaces of #abebeb

RGB 171235235
HSL0.500.620.80
HSV180°27°92°
CMYK 0.270.000.00   0.08
XYZ61.498374.072789.6534
Yxy74.07270.27310.3289
Hunter Lab86.0655-23.0670-1.5158
CIE-Lab88.9568-19.9412-6.4957

#abebeb color RGB value is (171,235,235).

#abebeb hex color red value is 171, green value is 235 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #abebeb hue: 0.50 , saturation: 0.62 and the lightness value of abebeb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101011 11101011
Octal 253 353 353
Decimal 171 235 235
Hex AB EB EB

RGB Percentages of Color #abebeb

%26.68
%36.66
%36.66

CMYK Percentages of Color #abebeb

%27
%0
%0
%8

Triadic Colors of #abebeb

#abebeb #ebabeb #ebebab

Analogous Colors of #abebeb

#abebeb #abcbeb #abebcb

Monochromatic Colors of #abebeb

#abebeb

Complementary Color

#abebeb #ebabab

#abebeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abebeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abebeb Color CSS Codes

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

#abebeb Text Font Color

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

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


#abebeb Background Color

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

This div background color is #abebeb


#abebeb Border Color

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

This div border color is #abebeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abebeb


Comments

No comments written yet.

Please login to write comment.