Color Hex Logo

#acc0fe Color Hex

#ACC0FE
(172,192,254)
0 Favorites   0 Comments

Color spaces of #acc0fe

RGB 172192254
HSL0.630.980.84
HSV225°32°100°
CMYK 0.320.240.00   0.00
XYZ53.752353.6257101.2837
Yxy53.62570.25760.2570
Hunter Lab73.22962.8716-30.7432
CIE-Lab78.24307.2619-32.7466

#acc0fe color RGB value is (172,192,254).

#acc0fe hex color red value is 172, green value is 192 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #acc0fe hue: 0.63 , saturation: 0.98 and the lightness value of acc0fe is 0.84.

The process color (four color CMYK) of #acc0fe color hex is 0.32, 0.24, 0.00, 0.00. Web safe color of #acc0fe is #99ccff. Color #acc0fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000000 11111110
Octal 254 300 376
Decimal 172 192 254
Hex AC C0 FE

RGB Percentages of Color #acc0fe

%27.83
%31.07
%41.10

CMYK Percentages of Color #acc0fe

%32
%24
%0
%0

Triadic Colors of #acc0fe

#acc0fe #feacc0 #c0feac

Analogous Colors of #acc0fe

#acc0fe #c1acfe #ace9fe

Monochromatic Colors of #acc0fe

#acc0fe

Complementary Color

#acc0fe #feeaac

#acc0fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc0fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc0fe Color CSS Codes

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

#acc0fe Text Font Color

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

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


#acc0fe Background Color

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

This div background color is #acc0fe


#acc0fe Border Color

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

This div border color is #acc0fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc0fe


Comments

No comments written yet.

Please login to write comment.