Color Hex Logo

#acfced Color Hex

#ACFCED
(172,252,237)
0 Favorites   0 Comments

Color spaces of #acfced

RGB 172252237
HSL0.470.930.83
HSV169°32°99°
CMYK 0.320.000.06   0.01
XYZ67.109784.505992.8950
Yxy84.50590.27450.3456
Hunter Lab91.9271-30.56174.4347
CIE-Lab93.6698-27.4834-0.6025

#acfced color RGB value is (172,252,237).

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

The process color (four color CMYK) of #acfced color hex is 0.32, 0.00, 0.06, 0.01. Web safe color of #acfced is #99ffff. Color #acfced contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111100 11101101
Octal 254 374 355
Decimal 172 252 237
Hex AC FC ED

RGB Percentages of Color #acfced

%26.02
%38.12
%35.85

CMYK Percentages of Color #acfced

%32
%0
%6
%1

Triadic Colors of #acfced

#acfced #edacfc #fcedac

Analogous Colors of #acfced

#acfced #ace3fc #acfcc5

Monochromatic Colors of #acfced

#acfced

Complementary Color

#acfced #fcacbb

#acfced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfced Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfced Color CSS Codes

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

#acfced Text Font Color

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

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


#acfced Background Color

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

This div background color is #acfced


#acfced Border Color

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

This div border color is #acfced


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,252,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 #acfced">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfced


Comments

No comments written yet.

Please login to write comment.