Color Hex Logo

#acceed Color Hex

#ACCEED
(172,206,237)
0 Favorites   0 Comments

Color spaces of #acceed

RGB 172206237
HSL0.580.640.80
HSV209°27°93°
CMYK 0.270.130.00   0.07
XYZ54.370659.027788.6486
Yxy59.02770.26910.2921
Hunter Lab76.8295-8.1309-14.6303
CIE-Lab81.3068-4.3650-18.9825

#acceed color RGB value is (172,206,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001110 11101101
Octal 254 316 355
Decimal 172 206 237
Hex AC CE ED

RGB Percentages of Color #acceed

%27.97
%33.50
%38.54

CMYK Percentages of Color #acceed

%27
%13
%0
%7

Triadic Colors of #acceed

#acceed #edacce #ceedac

Analogous Colors of #acceed

#acceed #acaeed #acedec

Monochromatic Colors of #acceed

#acceed

Complementary Color

#acceed #edcbac

#acceed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acceed Color Preview on White Background

Lorem ipsum dolor sit amet.

#acceed Color CSS Codes

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

#acceed Text Font Color

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

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


#acceed Background Color

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

This div background color is #acceed


#acceed Border Color

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

This div border color is #acceed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acceed


Comments

No comments written yet.

Please login to write comment.