Color Hex Logo

#acfbf7 Color Hex

#ACFBF7
(172,251,247)
0 Favorites   0 Comments

Color spaces of #acfbf7

RGB 172251247
HSL0.490.910.83
HSV177°31°98°
CMYK 0.310.000.02   0.02
XYZ68.298984.4804100.7023
Yxy84.48040.26940.3333
Hunter Lab91.9132-28.2083-0.6203
CIE-Lab93.6588-24.8213-5.7934

#acfbf7 color RGB value is (172,251,247).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111011 11110111
Octal 254 373 367
Decimal 172 251 247
Hex AC FB F7

RGB Percentages of Color #acfbf7

%25.67
%37.46
%36.87

CMYK Percentages of Color #acfbf7

%31
%0
%2
%2

Triadic Colors of #acfbf7

#acfbf7 #f7acfb #fbf7ac

Analogous Colors of #acfbf7

#acfbf7 #acd8fb #acfbd0

Monochromatic Colors of #acfbf7

#acfbf7

Complementary Color

#acfbf7 #fbacb0

#acfbf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfbf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfbf7 Color CSS Codes

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

#acfbf7 Text Font Color

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

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


#acfbf7 Background Color

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

This div background color is #acfbf7


#acfbf7 Border Color

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

This div border color is #acfbf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfbf7

Related Colors


Comments

No comments written yet.

Please login to write comment.