Color Hex Logo

#accaec Color Hex

#ACCAEC
(172,202,236)
0 Favorites   0 Comments

Color spaces of #accaec

RGB 172202236
HSL0.590.630.80
HSV212°27°93°
CMYK 0.270.140.00   0.07
XYZ53.274157.067887.5642
Yxy57.06780.26920.2884
Hunter Lab75.5432-6.3201-15.8444
CIE-Lab80.2177-2.4797-20.0956

#accaec color RGB value is (172,202,236).

#accaec hex color red value is 172, green value is 202 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #accaec hue: 0.59 , saturation: 0.63 and the lightness value of accaec is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001010 11101100
Octal 254 312 354
Decimal 172 202 236
Hex AC CA EC

RGB Percentages of Color #accaec

%28.20
%33.11
%38.69

CMYK Percentages of Color #accaec

%27
%14
%0
%7

Triadic Colors of #accaec

#accaec #ecacca #caecac

Analogous Colors of #accaec

#accaec #aeacec #aceaec

Monochromatic Colors of #accaec

#accaec

Complementary Color

#accaec #ecceac

#accaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#accaec Color CSS Codes

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

#accaec Text Font Color

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

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


#accaec Background Color

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

This div background color is #accaec


#accaec Border Color

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

This div border color is #accaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accaec


Comments

No comments written yet.

Please login to write comment.