Color Hex Logo

#abecc2 Color Hex

#ABECC2
(171,236,194)
0 Favorites   0 Comments

Color spaces of #abecc2

RGB 171236194
HSL0.390.630.80
HSV141°28°93°
CMYK 0.280.000.18   0.07
XYZ56.527672.543962.0620
Yxy72.54390.29570.3795
Hunter Lab85.1727-30.585016.4186
CIE-Lab88.2297-28.787313.8807

#abecc2 color RGB value is (171,236,194).

#abecc2 hex color red value is 171, green value is 236 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #abecc2 hue: 0.39 , saturation: 0.63 and the lightness value of abecc2 is 0.80.

The process color (four color CMYK) of #abecc2 color hex is 0.28, 0.00, 0.18, 0.07. Web safe color of #abecc2 is #99ffcc. Color #abecc2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101100 11000010
Octal 253 354 302
Decimal 171 236 194
Hex AB EC C2

RGB Percentages of Color #abecc2

%28.45
%39.27
%32.28

CMYK Percentages of Color #abecc2

%28
%0
%18
%7

Triadic Colors of #abecc2

#abecc2 #c2abec #ecc2ab

Analogous Colors of #abecc2

#abecc2 #abece3 #b5ecab

Monochromatic Colors of #abecc2

#abecc2

Complementary Color

#abecc2 #ecabd5

#abecc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abecc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abecc2 Color CSS Codes

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

#abecc2 Text Font Color

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

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


#abecc2 Background Color

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

This div background color is #abecc2


#abecc2 Border Color

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

This div border color is #abecc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abecc2


Comments

No comments written yet.

Please login to write comment.