Color Hex Logo

#abebbe Color Hex

#ABEBBE
(171,235,190)
0 Favorites   0 Comments

Color spaces of #abebbe

RGB 171235190
HSL0.380.620.80
HSV138°27°92°
CMYK 0.270.000.19   0.08
XYZ55.797271.792359.6317
Yxy71.79230.29800.3835
Hunter Lab84.7303-30.731117.5840
CIE-Lab87.8685-29.049315.4514

#abebbe color RGB value is (171,235,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101011 10111110
Octal 253 353 276
Decimal 171 235 190
Hex AB EB BE

RGB Percentages of Color #abebbe

%28.69
%39.43
%31.88

CMYK Percentages of Color #abebbe

%27
%0
%19
%8

Triadic Colors of #abebbe

#abebbe #beabeb #ebbeab

Analogous Colors of #abebbe

#abebbe #abebde #b8ebab

Monochromatic Colors of #abebbe

#abebbe

Complementary Color

#abebbe #ebabd8

#abebbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abebbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#abebbe Color CSS Codes

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

#abebbe Text Font Color

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

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


#abebbe Background Color

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

This div background color is #abebbe


#abebbe Border Color

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

This div border color is #abebbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abebbe


Comments

No comments written yet.

Please login to write comment.