Color Hex Logo

#acc5ee Color Hex

#ACC5EE
(172,197,238)
0 Favorites   0 Comments

Color spaces of #acc5ee

RGB 172197238
HSL0.600.660.80
HSV217°28°93°
CMYK 0.280.170.00   0.07
XYZ52.412154.876288.7187
Yxy54.87620.26740.2800
Hunter Lab74.0785-3.3448-19.1526
CIE-Lab78.96990.6632-23.0609

#acc5ee color RGB value is (172,197,238).

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

The process color (four color CMYK) of #acc5ee color hex is 0.28, 0.17, 0.00, 0.07. Web safe color of #acc5ee is #99ccff. Color #acc5ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000101 11101110
Octal 254 305 356
Decimal 172 197 238
Hex AC C5 EE

RGB Percentages of Color #acc5ee

%28.34
%32.45
%39.21

CMYK Percentages of Color #acc5ee

%28
%17
%0
%7

Triadic Colors of #acc5ee

#acc5ee #eeacc5 #c5eeac

Analogous Colors of #acc5ee

#acc5ee #b4acee #ace6ee

Monochromatic Colors of #acc5ee

#acc5ee

Complementary Color

#acc5ee #eed5ac

#acc5ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc5ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc5ee Color CSS Codes

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

#acc5ee Text Font Color

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

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


#acc5ee Background Color

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

This div background color is #acc5ee


#acc5ee Border Color

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

This div border color is #acc5ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc5ee


Comments

No comments written yet.

Please login to write comment.