Color Hex Logo

#abebc3 Color Hex

#ABEBC3
(171,235,195)
0 Favorites   0 Comments

Color spaces of #abebc3

RGB 171235195
HSL0.400.620.80
HSV143°27°92°
CMYK 0.270.000.17   0.08
XYZ56.353272.014762.5599
Yxy72.01470.29520.3772
Hunter Lab84.8615-29.972715.6944
CIE-Lab87.9757-28.125113.0004

#abebc3 color RGB value is (171,235,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101011 11000011
Octal 253 353 303
Decimal 171 235 195
Hex AB EB C3

RGB Percentages of Color #abebc3

%28.45
%39.10
%32.45

CMYK Percentages of Color #abebc3

%27
%0
%17
%8

Triadic Colors of #abebc3

#abebc3 #c3abeb #ebc3ab

Analogous Colors of #abebc3

#abebc3 #abebe3 #b3ebab

Monochromatic Colors of #abebc3

#abebc3

Complementary Color

#abebc3 #ebabd3

#abebc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abebc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abebc3 Color CSS Codes

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

#abebc3 Text Font Color

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

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


#abebc3 Background Color

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

This div background color is #abebc3


#abebc3 Border Color

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

This div border color is #abebc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abebc3


Comments

No comments written yet.

Please login to write comment.