Color Hex Logo

#acfaf8 Color Hex

#ACFAF8
(172,250,248)
0 Favorites   0 Comments

Color spaces of #acfaf8

RGB 172250248
HSL0.500.890.83
HSV178°31°98°
CMYK 0.310.000.01   0.02
XYZ68.142183.9192101.4135
Yxy83.91920.26880.3311
Hunter Lab91.6074-27.5359-1.5115
CIE-Lab93.4154-24.1153-6.6706

#acfaf8 color RGB value is (172,250,248).

#acfaf8 hex color red value is 172, green value is 250 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #acfaf8 hue: 0.50 , saturation: 0.89 and the lightness value of acfaf8 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111010 11111000
Octal 254 372 370
Decimal 172 250 248
Hex AC FA F8

RGB Percentages of Color #acfaf8

%25.67
%37.31
%37.01

CMYK Percentages of Color #acfaf8

%31
%0
%1
%2

Triadic Colors of #acfaf8

#acfaf8 #f8acfa #faf8ac

Analogous Colors of #acfaf8

#acfaf8 #acd5fa #acfad1

Monochromatic Colors of #acfaf8

#acfaf8

Complementary Color

#acfaf8 #faacae

#acfaf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfaf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfaf8 Color CSS Codes

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

#acfaf8 Text Font Color

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

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


#acfaf8 Background Color

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

This div background color is #acfaf8


#acfaf8 Border Color

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

This div border color is #acfaf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfaf8

Related Colors


Comments

No comments written yet.

Please login to write comment.