Color Hex Logo

#accce8 Color Hex

#ACCCE8
(172,204,232)
0 Favorites   0 Comments

Color spaces of #accce8

RGB 172204232
HSL0.580.570.79
HSV208°26°91°
CMYK 0.260.120.00   0.09
XYZ53.171657.782684.6946
Yxy57.78260.27180.2953
Hunter Lab76.0149-8.1671-12.8496
CIE-Lab80.6178-4.4687-17.3516

#accce8 color RGB value is (172,204,232).

#accce8 hex color red value is 172, green value is 204 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #accce8 hue: 0.58 , saturation: 0.57 and the lightness value of accce8 is 0.79.

The process color (four color CMYK) of #accce8 color hex is 0.26, 0.12, 0.00, 0.09. Web safe color of #accce8 is #99ccff. Color #accce8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001100 11101000
Octal 254 314 350
Decimal 172 204 232
Hex AC CC E8

RGB Percentages of Color #accce8

%28.29
%33.55
%38.16

CMYK Percentages of Color #accce8

%26
%12
%0
%9

Triadic Colors of #accce8

#accce8 #e8accc #cce8ac

Analogous Colors of #accce8

#accce8 #acaee8 #ace8e6

Monochromatic Colors of #accce8

#accce8

Complementary Color

#accce8 #e8c8ac

#accce8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accce8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accce8 Color CSS Codes

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

#accce8 Text Font Color

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

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


#accce8 Background Color

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

This div background color is #accce8


#accce8 Border Color

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

This div border color is #accce8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accce8


Comments

No comments written yet.

Please login to write comment.