Color Hex Logo

#acedec Color Hex

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

Color spaces of #acedec

RGB 172237236
HSL0.500.640.80
HSV179°27°93°
CMYK 0.270.000.00   0.07
XYZ62.437875.395290.6188
Yxy75.39520.27330.3300
Hunter Lab86.8304-23.5979-1.0955
CIE-Lab89.5778-20.4266-6.0956

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

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

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

Base Numbers

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

RGB Percentages of Color #acedec

%26.67
%36.74
%36.59

CMYK Percentages of Color #acedec

%27
%0
%0
%7

Triadic Colors of #acedec

#acedec #ecaced #edecac

Analogous Colors of #acedec

#acedec #acceed #acedcc

Monochromatic Colors of #acedec

#acedec

Complementary Color

#acedec #edacad

#acedec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acedec Color Preview on White Background

Lorem ipsum dolor sit amet.

#acedec Color CSS Codes

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

#acedec Text Font Color

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

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


#acedec Background Color

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

This div background color is #acedec


#acedec Border Color

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

This div border color is #acedec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acedec


Comments

No comments written yet.

Please login to write comment.