Color Hex Logo

#abcebc Color Hex

#ABCEBC
(171,206,188)
0 Favorites   0 Comments

Color spaces of #abcebc

RGB 171206188
HSL0.410.260.74
HSV149°17°81°
CMYK 0.170.000.09   0.19
XYZ47.943056.431455.9424
Yxy56.43140.29910.3520
Hunter Lab75.1208-17.54078.4314
CIE-Lab79.8587-15.16965.0880

#abcebc color RGB value is (171,206,188).

#abcebc hex color red value is 171, green value is 206 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #abcebc hue: 0.41 , saturation: 0.26 and the lightness value of abcebc is 0.74.

The process color (four color CMYK) of #abcebc color hex is 0.17, 0.00, 0.09, 0.19. Web safe color of #abcebc is #99cccc. Color #abcebc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001110 10111100
Octal 253 316 274
Decimal 171 206 188
Hex AB CE BC

RGB Percentages of Color #abcebc

%30.27
%36.46
%33.27

CMYK Percentages of Color #abcebc

%17
%0
%9
%19

Triadic Colors of #abcebc

#abcebc #bcabce #cebcab

Analogous Colors of #abcebc

#abcebc #abcece #acceab

Monochromatic Colors of #abcebc

#abcebc

Complementary Color

#abcebc #ceabbd

#abcebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcebc Color CSS Codes

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

#abcebc Text Font Color

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

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


#abcebc Background Color

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

This div background color is #abcebc


#abcebc Border Color

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

This div border color is #abcebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcebc


Comments

No comments written yet.

Please login to write comment.