Color Hex Logo

#abcfbc Color Hex

#ABCFBC
(171,207,188)
0 Favorites   0 Comments

Color spaces of #abcfbc

RGB 171207188
HSL0.410.270.74
HSV148°17°81°
CMYK 0.170.000.09   0.19
XYZ48.184556.914456.0229
Yxy56.91440.29910.3532
Hunter Lab75.4416-18.01518.7804
CIE-Lab80.1314-15.67795.4814

#abcfbc color RGB value is (171,207,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001111 10111100
Octal 253 317 274
Decimal 171 207 188
Hex AB CF BC

RGB Percentages of Color #abcfbc

%30.21
%36.57
%33.22

CMYK Percentages of Color #abcfbc

%17
%0
%9
%19

Triadic Colors of #abcfbc

#abcfbc #bcabcf #cfbcab

Analogous Colors of #abcfbc

#abcfbc #abcfce #accfab

Monochromatic Colors of #abcfbc

#abcfbc

Complementary Color

#abcfbc #cfabbe

#abcfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcfbc Color CSS Codes

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

#abcfbc Text Font Color

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

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


#abcfbc Background Color

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

This div background color is #abcfbc


#abcfbc Border Color

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

This div border color is #abcfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcfbc


Comments

No comments written yet.

Please login to write comment.