Color Hex Logo

#acf8cb Color Hex

#ACF8CB
(172,248,203)
0 Favorites   0 Comments

Color spaces of #acf8cb

RGB 172248203
HSL0.400.840.82
HSV144°31°97°
CMYK 0.310.000.18   0.03
XYZ61.360280.217368.7494
Yxy80.21730.29170.3814
Hunter Lab89.5641-34.447217.1839
CIE-Lab91.7823-32.443714.2517

#acf8cb color RGB value is (172,248,203).

#acf8cb hex color red value is 172, green value is 248 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #acf8cb hue: 0.40 , saturation: 0.84 and the lightness value of acf8cb is 0.82.

The process color (four color CMYK) of #acf8cb color hex is 0.31, 0.00, 0.18, 0.03. Web safe color of #acf8cb is #99ffcc. Color #acf8cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111000 11001011
Octal 254 370 313
Decimal 172 248 203
Hex AC F8 CB

RGB Percentages of Color #acf8cb

%27.61
%39.81
%32.58

CMYK Percentages of Color #acf8cb

%31
%0
%18
%3

Triadic Colors of #acf8cb

#acf8cb #cbacf8 #f8cbac

Analogous Colors of #acf8cb

#acf8cb #acf8f1 #b3f8ac

Monochromatic Colors of #acf8cb

#acf8cb

Complementary Color

#acf8cb #f8acd9

#acf8cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf8cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf8cb Color CSS Codes

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

#acf8cb Text Font Color

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

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


#acf8cb Background Color

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

This div background color is #acf8cb


#acf8cb Border Color

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

This div border color is #acf8cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,248,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf8cb

Related Colors


Comments

No comments written yet.

Please login to write comment.