Color Hex Logo

#abecb6 Color Hex

#ABECB6
(171,236,182)
0 Favorites   0 Comments

Color spaces of #abecb6

RGB 171236182
HSL0.360.630.80
HSV130°28°93°
CMYK 0.280.000.23   0.07
XYZ55.233572.026255.2473
Yxy72.02620.30260.3946
Hunter Lab84.8683-32.349020.8113
CIE-Lab87.9812-30.949619.7585

#abecb6 color RGB value is (171,236,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101100 10110110
Octal 253 354 266
Decimal 171 236 182
Hex AB EC B6

RGB Percentages of Color #abecb6

%29.03
%40.07
%30.90

CMYK Percentages of Color #abecb6

%28
%0
%23
%7

Triadic Colors of #abecb6

#abecb6 #b6abec #ecb6ab

Analogous Colors of #abecb6

#abecb6 #abecd7 #c1ecab

Monochromatic Colors of #abecb6

#abecb6

Complementary Color

#abecb6 #ecabe1

#abecb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abecb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abecb6 Color CSS Codes

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

#abecb6 Text Font Color

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

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


#abecb6 Background Color

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

This div background color is #abecb6


#abecb6 Border Color

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

This div border color is #abecb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abecb6


Comments

No comments written yet.

Please login to write comment.