Color Hex Logo

#abc3be Color Hex

#ABC3BE
(171,195,190)
0 Favorites   0 Comments

Color spaces of #abc3be

RGB 171195190
HSL0.470.170.72
HSV168°12°76°
CMYK 0.120.000.03   0.24
XYZ45.604051.405856.2339
Yxy51.40580.29760.3355
Hunter Lab71.6978-11.93483.6863
CIE-Lab76.9242-9.1016-0.2493

#abc3be color RGB value is (171,195,190).

#abc3be hex color red value is 171, green value is 195 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #abc3be hue: 0.47 , saturation: 0.17 and the lightness value of abc3be is 0.72.

The process color (four color CMYK) of #abc3be color hex is 0.12, 0.00, 0.03, 0.24. Web safe color of #abc3be is #99cccc. Color #abc3be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000011 10111110
Octal 253 303 276
Decimal 171 195 190
Hex AB C3 BE

RGB Percentages of Color #abc3be

%30.76
%35.07
%34.17

CMYK Percentages of Color #abc3be

%12
%0
%3
%24

Triadic Colors of #abc3be

#abc3be #beabc3 #c3beab

Analogous Colors of #abc3be

#abc3be #abbcc3 #abc3b2

Monochromatic Colors of #abc3be

#abc3be

Complementary Color

#abc3be #c3abb0

#abc3be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc3be Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc3be Color CSS Codes

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

#abc3be Text Font Color

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

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


#abc3be Background Color

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

This div background color is #abc3be


#abc3be Border Color

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

This div border color is #abc3be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc3be

#abc3be Color Palettes


Comments

No comments written yet.

Please login to write comment.