Color Hex Logo

#acedcf Color Hex

#ACEDCF
(172,237,207)
0 Favorites   0 Comments

Color spaces of #acedcf

RGB 172237207
HSL0.420.640.80
HSV152°27°93°
CMYK 0.270.000.13   0.07
XYZ58.559973.844070.1984
Yxy73.84400.28900.3645
Hunter Lab85.9325-28.740711.7187
CIE-Lab88.8487-26.47557.9967

#acedcf color RGB value is (172,237,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101101 11001111
Octal 254 355 317
Decimal 172 237 207
Hex AC ED CF

RGB Percentages of Color #acedcf

%27.92
%38.47
%33.60

CMYK Percentages of Color #acedcf

%27
%0
%13
%7

Triadic Colors of #acedcf

#acedcf #cfaced #edcfac

Analogous Colors of #acedcf

#acedcf #acebed #acedaf

Monochromatic Colors of #acedcf

#acedcf

Complementary Color

#acedcf #edacca

#acedcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acedcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#acedcf Color CSS Codes

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

#acedcf Text Font Color

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

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


#acedcf Background Color

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

This div background color is #acedcf


#acedcf Border Color

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

This div border color is #acedcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acedcf


Comments

No comments written yet.

Please login to write comment.