Color Hex Logo

#acfbce Color Hex

#ACFBCE
(172,251,206)
0 Favorites   0 Comments

Color spaces of #acfbce

RGB 172251206
HSL0.410.910.83
HSV146°31°98°
CMYK 0.310.000.18   0.02
XYZ62.651082.221270.9608
Yxy82.22120.29030.3809
Hunter Lab90.6759-35.351217.0742
CIE-Lab92.6724-33.271313.9661

#acfbce color RGB value is (172,251,206).

#acfbce hex color red value is 172, green value is 251 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #acfbce hue: 0.41 , saturation: 0.91 and the lightness value of acfbce is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111011 11001110
Octal 254 373 316
Decimal 172 251 206
Hex AC FB CE

RGB Percentages of Color #acfbce

%27.34
%39.90
%32.75

CMYK Percentages of Color #acfbce

%31
%0
%18
%2

Triadic Colors of #acfbce

#acfbce #ceacfb #fbceac

Analogous Colors of #acfbce

#acfbce #acfbf6 #b2fbac

Monochromatic Colors of #acfbce

#acfbce

Complementary Color

#acfbce #fbacd9

#acfbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfbce Color CSS Codes

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

#acfbce Text Font Color

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

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


#acfbce Background Color

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

This div background color is #acfbce


#acfbce Border Color

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

This div border color is #acfbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfbce


Comments

No comments written yet.

Please login to write comment.