Color Hex Logo

#acffed Color Hex

#ACFFED
(172,255,237)
0 Favorites   0 Comments

Color spaces of #acffed

RGB 172255237
HSL0.461.000.84
HSV167°33°100°
CMYK 0.330.000.07   0.00
XYZ68.059386.405193.2115
Yxy86.40510.27480.3489
Hunter Lab92.9543-31.97605.6140
CIE-Lab94.4853-28.90830.5883

#acffed color RGB value is (172,255,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111111 11101101
Octal 254 377 355
Decimal 172 255 237
Hex AC FF ED

RGB Percentages of Color #acffed

%25.90
%38.40
%35.69

CMYK Percentages of Color #acffed

%33
%0
%7
%0

Triadic Colors of #acffed

#acffed #edacff #ffedac

Analogous Colors of #acffed

#acffed #ace8ff #acffc4

Monochromatic Colors of #acffed

#acffed

Complementary Color

#acffed #ffacbe

#acffed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acffed Color Preview on White Background

Lorem ipsum dolor sit amet.

#acffed Color CSS Codes

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

#acffed Text Font Color

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

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


#acffed Background Color

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

This div background color is #acffed


#acffed Border Color

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

This div border color is #acffed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acffed

Related Colors


Comments

No comments written yet.

Please login to write comment.