Color Hex Logo

#acc5eb Color Hex

#ACC5EB
(172,197,235)
0 Favorites   0 Comments

Color spaces of #acc5eb

RGB 172197235
HSL0.600.610.80
HSV216°27°92°
CMYK 0.270.160.00   0.08
XYZ51.974954.701386.4163
Yxy54.70130.26920.2833
Hunter Lab73.9603-3.9914-17.5031
CIE-Lab78.8689-0.0447-21.6049

#acc5eb color RGB value is (172,197,235).

#acc5eb hex color red value is 172, green value is 197 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #acc5eb hue: 0.60 , saturation: 0.61 and the lightness value of acc5eb is 0.80.

The process color (four color CMYK) of #acc5eb color hex is 0.27, 0.16, 0.00, 0.08. Web safe color of #acc5eb is #99ccff. Color #acc5eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000101 11101011
Octal 254 305 353
Decimal 172 197 235
Hex AC C5 EB

RGB Percentages of Color #acc5eb

%28.48
%32.62
%38.91

CMYK Percentages of Color #acc5eb

%27
%16
%0
%8

Triadic Colors of #acc5eb

#acc5eb #ebacc5 #c5ebac

Analogous Colors of #acc5eb

#acc5eb #b3aceb #ace5eb

Monochromatic Colors of #acc5eb

#acc5eb

Complementary Color

#acc5eb #ebd2ac

#acc5eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc5eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc5eb Color CSS Codes

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

#acc5eb Text Font Color

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

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


#acc5eb Background Color

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

This div background color is #acc5eb


#acc5eb Border Color

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

This div border color is #acc5eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc5eb


Comments

No comments written yet.

Please login to write comment.