Color Hex Logo

#accedf Color Hex

#ACCEDF
(172,206,223)
0 Favorites   0 Comments

Color spaces of #accedf

RGB 172206223
HSL0.560.440.77
HSV200°23°87°
CMYK 0.230.080.00   0.13
XYZ52.403858.241078.2917
Yxy58.24100.27740.3083
Hunter Lab76.3158-10.9820-7.4040
CIE-Lab80.8726-7.5597-12.1551

#accedf color RGB value is (172,206,223).

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

The process color (four color CMYK) of #accedf color hex is 0.23, 0.08, 0.00, 0.13. Web safe color of #accedf is #99cccc. Color #accedf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001110 11011111
Octal 254 316 337
Decimal 172 206 223
Hex AC CE DF

RGB Percentages of Color #accedf

%28.62
%34.28
%37.10

CMYK Percentages of Color #accedf

%23
%8
%0
%13

Triadic Colors of #accedf

#accedf #dfacce #cedfac

Analogous Colors of #accedf

#accedf #acb5df #acdfd7

Monochromatic Colors of #accedf

#accedf

Complementary Color

#accedf #dfbdac

#accedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#accedf Color CSS Codes

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

#accedf Text Font Color

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

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


#accedf Background Color

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

This div background color is #accedf


#accedf Border Color

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

This div border color is #accedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accedf


Comments

No comments written yet.

Please login to write comment.