Color Hex Logo

#abebcc Color Hex

#ABEBCC
(171,235,204)
0 Favorites   0 Comments

Color spaces of #abebcc

RGB 171235204
HSL0.420.620.80
HSV151°27°92°
CMYK 0.270.000.13   0.08
XYZ57.402072.434268.0825
Yxy72.43420.29000.3660
Hunter Lab85.1083-28.548712.1467
CIE-Lab88.1772-26.40388.5926

#abebcc color RGB value is (171,235,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101011 11001100
Octal 253 353 314
Decimal 171 235 204
Hex AB EB CC

RGB Percentages of Color #abebcc

%28.03
%38.52
%33.44

CMYK Percentages of Color #abebcc

%27
%0
%13
%8

Triadic Colors of #abebcc

#abebcc #ccabeb #ebccab

Analogous Colors of #abebcc

#abebcc #abeaeb #abebac

Monochromatic Colors of #abebcc

#abebcc

Complementary Color

#abebcc #ebabca

#abebcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abebcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abebcc Color CSS Codes

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

#abebcc Text Font Color

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

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


#abebcc Background Color

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

This div background color is #abebcc


#abebcc Border Color

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

This div border color is #abebcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abebcc


Comments

No comments written yet.

Please login to write comment.