Color Hex Logo

#acf9eb Color Hex

#ACF9EB
(172,249,235)
0 Favorites   0 Comments

Color spaces of #acf9eb

RGB 172249235
HSL0.470.870.83
HSV169°31°98°
CMYK 0.310.000.06   0.02
XYZ65.884382.520291.0528
Yxy82.52020.27510.3446
Hunter Lab90.8406-29.50984.1600
CIE-Lab92.8040-26.4780-0.8331

#acf9eb color RGB value is (172,249,235).

#acf9eb hex color red value is 172, green value is 249 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #acf9eb hue: 0.47 , saturation: 0.87 and the lightness value of acf9eb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111001 11101011
Octal 254 371 353
Decimal 172 249 235
Hex AC F9 EB

RGB Percentages of Color #acf9eb

%26.22
%37.96
%35.82

CMYK Percentages of Color #acf9eb

%31
%0
%6
%2

Triadic Colors of #acf9eb

#acf9eb #ebacf9 #f9ebac

Analogous Colors of #acf9eb

#acf9eb #ace1f9 #acf9c5

Monochromatic Colors of #acf9eb

#acf9eb

Complementary Color

#acf9eb #f9acba

#acf9eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf9eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf9eb Color CSS Codes

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

#acf9eb Text Font Color

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

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


#acf9eb Background Color

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

This div background color is #acf9eb


#acf9eb Border Color

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

This div border color is #acf9eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf9eb

Related Colors


Comments

No comments written yet.

Please login to write comment.