Color Hex Logo

#acedfc Color Hex

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

Color spaces of #acedfc

RGB 172237252
HSL0.530.930.83
HSV191°32°99°
CMYK 0.320.060.00   0.01
XYZ64.868176.3673103.4169
Yxy76.36730.26510.3121
Hunter Lab87.3884-20.4297-8.9929
CIE-Lab90.0296-16.8064-13.7859

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

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

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

Base Numbers

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

RGB Percentages of Color #acedfc

%26.02
%35.85
%38.12

CMYK Percentages of Color #acedfc

%32
%6
%0
%1

Triadic Colors of #acedfc

#acedfc #fcaced #edfcac

Analogous Colors of #acedfc

#acedfc #acc5fc #acfce3

Monochromatic Colors of #acedfc

#acedfc

Complementary Color

#acedfc #fcbbac

#acedfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acedfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acedfc Color CSS Codes

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

#acedfc Text Font Color

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

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


#acedfc Background Color

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

This div background color is #acedfc


#acedfc Border Color

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

This div border color is #acedfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acedfc


Comments

No comments written yet.

Please login to write comment.