Color Hex Logo

#acffee Color Hex

#ACFFEE
(172,255,238)
0 Favorites   0 Comments

Color spaces of #acffee

RGB 172255238
HSL0.471.000.84
HSV168°33°100°
CMYK 0.330.000.07   0.00
XYZ68.205986.463793.9833
Yxy86.46370.27430.3477
Hunter Lab92.9859-31.79405.1641
CIE-Lab94.5103-28.69500.1087

#acffee color RGB value is (172,255,238).

#acffee hex color red value is 172, green value is 255 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #acffee hue: 0.47 , saturation: 1.00 and the lightness value of acffee is 0.84.

The process color (four color CMYK) of #acffee color hex is 0.33, 0.00, 0.07, 0.00. Web safe color of #acffee is #99ffff. Color #acffee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111111 11101110
Octal 254 377 356
Decimal 172 255 238
Hex AC FF EE

RGB Percentages of Color #acffee

%25.86
%38.35
%35.79

CMYK Percentages of Color #acffee

%33
%0
%7
%0

Triadic Colors of #acffee

#acffee #eeacff #ffeeac

Analogous Colors of #acffee

#acffee #ace7ff #acffc5

Monochromatic Colors of #acffee

#acffee

Complementary Color

#acffee #ffacbd

#acffee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acffee Color Preview on White Background

Lorem ipsum dolor sit amet.

#acffee Color CSS Codes

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

#acffee Text Font Color

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

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


#acffee Background Color

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

This div background color is #acffee


#acffee Border Color

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

This div border color is #acffee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acffee

Related Colors


Comments

No comments written yet.

Please login to write comment.