Color Hex Logo

#abebc8 Color Hex

#ABEBC8
(171,235,200)
0 Favorites   0 Comments

Color spaces of #abebc8

RGB 171235200
HSL0.410.620.80
HSV147°27°92°
CMYK 0.270.000.15   0.08
XYZ56.928272.244765.5878
Yxy72.24470.29230.3709
Hunter Lab84.9969-29.190913.7467
CIE-Lab88.0862-27.177910.5507

#abebc8 color RGB value is (171,235,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101011 11001000
Octal 253 353 310
Decimal 171 235 200
Hex AB EB C8

RGB Percentages of Color #abebc8

%28.22
%38.78
%33.00

CMYK Percentages of Color #abebc8

%27
%0
%15
%8

Triadic Colors of #abebc8

#abebc8 #c8abeb #ebc8ab

Analogous Colors of #abebc8

#abebc8 #abebe8 #aeebab

Monochromatic Colors of #abebc8

#abebc8

Complementary Color

#abebc8 #ebabce

#abebc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abebc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abebc8 Color CSS Codes

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

#abebc8 Text Font Color

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

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


#abebc8 Background Color

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

This div background color is #abebc8


#abebc8 Border Color

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

This div border color is #abebc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abebc8


Comments

No comments written yet.

Please login to write comment.