Color Hex Logo

#abccbe Color Hex

#ABCCBE
(171,204,190)
0 Favorites   0 Comments

Color spaces of #abccbe

RGB 171204190
HSL0.430.240.74
HSV155°16°80°
CMYK 0.160.000.07   0.20
XYZ47.681755.561456.9265
Yxy55.56140.29770.3469
Hunter Lab74.5395-16.26076.8974
CIE-Lab79.3635-13.75963.3004

#abccbe color RGB value is (171,204,190).

#abccbe hex color red value is 171, green value is 204 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #abccbe hue: 0.43 , saturation: 0.24 and the lightness value of abccbe is 0.74.

The process color (four color CMYK) of #abccbe color hex is 0.16, 0.00, 0.07, 0.20. Web safe color of #abccbe is #99cccc. Color #abccbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001100 10111110
Octal 253 314 276
Decimal 171 204 190
Hex AB CC BE

RGB Percentages of Color #abccbe

%30.27
%36.11
%33.63

CMYK Percentages of Color #abccbe

%16
%0
%7
%20

Triadic Colors of #abccbe

#abccbe #beabcc #ccbeab

Analogous Colors of #abccbe

#abccbe #abcacc #abccae

Monochromatic Colors of #abccbe

#abccbe

Complementary Color

#abccbe #ccabb9

#abccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#abccbe Color CSS Codes

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

#abccbe Text Font Color

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

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


#abccbe Background Color

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

This div background color is #abccbe


#abccbe Border Color

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

This div border color is #abccbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,204,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 #abccbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abccbe

#abccbe Color Palettes


Comments

No comments written yet.

Please login to write comment.