Color Hex Logo

#abcabc Color Hex

#ABCABC
(171,202,188)
2 Favorites   2 Comments

Color spaces of #abcabc

RGB 171202188
HSL0.420.230.73
HSV153°15°79°
CMYK 0.150.000.07   0.21
XYZ46.992254.529855.6255
Yxy54.52980.29900.3470
Hunter Lab73.8443-15.63577.0290
CIE-Lab78.7697-13.12413.5133

#abcabc color RGB value is (171,202,188).

#abcabc hex color red value is 171, green value is 202 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #abcabc hue: 0.42 , saturation: 0.23 and the lightness value of abcabc is 0.73.

The process color (four color CMYK) of #abcabc color hex is 0.15, 0.00, 0.07, 0.21. Web safe color of #abcabc is #99cccc. Color #abcabc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001010 10111100
Octal 253 312 274
Decimal 171 202 188
Hex AB CA BC

RGB Percentages of Color #abcabc

%30.48
%36.01
%33.51

CMYK Percentages of Color #abcabc

%15
%0
%7
%21

Triadic Colors of #abcabc

#abcabc #bcabca #cabcab

Analogous Colors of #abcabc

#abcabc #abc9ca #abcaad

Monochromatic Colors of #abcabc

#abcabc

Complementary Color

#abcabc #caabb9

#abcabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcabc Color CSS Codes

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

#abcabc Text Font Color

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

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


#abcabc Background Color

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

This div background color is #abcabc


#abcabc Border Color

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

This div border color is #abcabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcabc


Comments

11 Mar 2023, 21:14 Zacapea

Looks very grey..

2 Jul 2018, 20:38 etothepi

actually a very nice color!

Please login to write comment.