Color Hex Logo

#accedc Color Hex

#ACCEDC
(172,206,220)
0 Favorites   0 Comments

Color spaces of #accedc

RGB 172206220
HSL0.550.410.77
HSV198°22°86°
CMYK 0.220.060.00   0.14
XYZ52.002858.080676.1800
Yxy58.08060.27920.3118
Hunter Lab76.2106-11.5680-5.9187
CIE-Lab80.7836-8.2245-10.6830

#accedc color RGB value is (172,206,220).

#accedc hex color red value is 172, green value is 206 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #accedc hue: 0.55 , saturation: 0.41 and the lightness value of accedc is 0.77.

The process color (four color CMYK) of #accedc color hex is 0.22, 0.06, 0.00, 0.14. Web safe color of #accedc is #99cccc. Color #accedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001110 11011100
Octal 254 316 334
Decimal 172 206 220
Hex AC CE DC

RGB Percentages of Color #accedc

%28.76
%34.45
%36.79

CMYK Percentages of Color #accedc

%22
%6
%0
%14

Triadic Colors of #accedc

#accedc #dcacce #cedcac

Analogous Colors of #accedc

#accedc #acb6dc #acdcd2

Monochromatic Colors of #accedc

#accedc

Complementary Color

#accedc #dcbaac

#accedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#accedc Color CSS Codes

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

#accedc Text Font Color

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

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


#accedc Background Color

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

This div background color is #accedc


#accedc Border Color

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

This div border color is #accedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accedc


Comments

No comments written yet.

Please login to write comment.