Color Hex Logo

#abebce Color Hex

#ABEBCE
(171,235,206)
0 Favorites   0 Comments

Color spaces of #abebce

RGB 171235206
HSL0.420.620.80
HSV153°27°92°
CMYK 0.270.000.12   0.08
XYZ57.643572.530869.3542
Yxy72.53080.28890.3635
Hunter Lab85.1650-28.222011.3327
CIE-Lab88.2235-26.01147.6141

#abebce color RGB value is (171,235,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101011 11001110
Octal 253 353 316
Decimal 171 235 206
Hex AB EB CE

RGB Percentages of Color #abebce

%27.94
%38.40
%33.66

CMYK Percentages of Color #abebce

%27
%0
%12
%8

Triadic Colors of #abebce

#abebce #ceabeb #ebceab

Analogous Colors of #abebce

#abebce #abe8eb #abebae

Monochromatic Colors of #abebce

#abebce

Complementary Color

#abebce #ebabc8

#abebce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abebce Color Preview on White Background

Lorem ipsum dolor sit amet.

#abebce Color CSS Codes

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

#abebce Text Font Color

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

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


#abebce Background Color

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

This div background color is #abebce


#abebce Border Color

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

This div border color is #abebce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abebce


Comments

No comments written yet.

Please login to write comment.