Color Hex Logo

#abebbb Color Hex

#ABEBBB
(171,235,187)
0 Favorites   0 Comments

Color spaces of #abebbb

RGB 171235187
HSL0.380.620.80
HSV135°27°92°
CMYK 0.270.000.20   0.08
XYZ55.472671.662457.9222
Yxy71.66240.29980.3872
Hunter Lab84.6536-31.174818.6898
CIE-Lab87.8058-29.592516.9221

#abebbb color RGB value is (171,235,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101011 10111011
Octal 253 353 273
Decimal 171 235 187
Hex AB EB BB

RGB Percentages of Color #abebbb

%28.84
%39.63
%31.53

CMYK Percentages of Color #abebbb

%27
%0
%20
%8

Triadic Colors of #abebbb

#abebbb #bbabeb #ebbbab

Analogous Colors of #abebbb

#abebbb #abebdb #bbebab

Monochromatic Colors of #abebbb

#abebbb

Complementary Color

#abebbb #ebabdb

#abebbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abebbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abebbb Color CSS Codes

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

#abebbb Text Font Color

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

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


#abebbb Background Color

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

This div background color is #abebbb


#abebbb Border Color

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

This div border color is #abebbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abebbb


Comments

No comments written yet.

Please login to write comment.