Color Hex Logo

#acfcbc Color Hex

#ACFCBC
(172,252,188)
0 Favorites   0 Comments

Color spaces of #acfcbc

RGB 172252188
HSL0.370.930.83
HSV132°32°99°
CMYK 0.320.000.25   0.01
XYZ60.900882.022360.1990
Yxy82.02230.29980.4038
Hunter Lab90.5662-38.459323.9865
CIE-Lab92.5847-36.983623.0654

#acfcbc color RGB value is (172,252,188).

#acfcbc hex color red value is 172, green value is 252 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #acfcbc hue: 0.37 , saturation: 0.93 and the lightness value of acfcbc is 0.83.

The process color (four color CMYK) of #acfcbc color hex is 0.32, 0.00, 0.25, 0.01. Web safe color of #acfcbc is #99ffcc. Color #acfcbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111100 10111100
Octal 254 374 274
Decimal 172 252 188
Hex AC FC BC

RGB Percentages of Color #acfcbc

%28.10
%41.18
%30.72

CMYK Percentages of Color #acfcbc

%32
%0
%25
%1

Triadic Colors of #acfcbc

#acfcbc #bcacfc #fcbcac

Analogous Colors of #acfcbc

#acfcbc #acfce4 #c4fcac

Monochromatic Colors of #acfcbc

#acfcbc

Complementary Color

#acfcbc #fcacec

#acfcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfcbc Color CSS Codes

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

#acfcbc Text Font Color

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

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


#acfcbc Background Color

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

This div background color is #acfcbc


#acfcbc Border Color

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

This div border color is #acfcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfcbc

Related Colors


Comments

No comments written yet.

Please login to write comment.