Color Hex Logo

#aceced Color Hex

#ACECED
(172,236,237)
0 Favorites   0 Comments

Color spaces of #aceced

RGB 172236237
HSL0.500.640.80
HSV181°27°93°
CMYK 0.270.000.00   0.07
XYZ62.294874.876091.2900
Yxy74.87600.27270.3277
Hunter Lab86.5309-22.9245-1.9792
CIE-Lab89.3349-19.7117-6.9777

#aceced color RGB value is (172,236,237).

#aceced hex color red value is 172, green value is 236 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #aceced hue: 0.50 , saturation: 0.64 and the lightness value of aceced is 0.80.

The process color (four color CMYK) of #aceced color hex is 0.27, 0.00, 0.00, 0.07. Web safe color of #aceced is #99ffff. Color #aceced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101100 11101101
Octal 254 354 355
Decimal 172 236 237
Hex AC EC ED

RGB Percentages of Color #aceced

%26.67
%36.59
%36.74

CMYK Percentages of Color #aceced

%27
%0
%0
%7

Triadic Colors of #aceced

#aceced #edacec #ecedac

Analogous Colors of #aceced

#aceced #accced #acedce

Monochromatic Colors of #aceced

#aceced

Complementary Color

#aceced #edadac

#aceced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceced Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceced Color CSS Codes

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

#aceced Text Font Color

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

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


#aceced Background Color

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

This div background color is #aceced


#aceced Border Color

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

This div border color is #aceced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceced


Comments

No comments written yet.

Please login to write comment.