Color Hex Logo

#accefe Color Hex

#ACCEFE
(172,206,254)
0 Favorites   0 Comments

Color spaces of #accefe

RGB 172206254
HSL0.600.980.84
HSV215°32°100°
CMYK 0.320.190.00   0.00
XYZ56.974060.0690102.3576
Yxy60.06900.25970.2738
Hunter Lab77.5042-4.4155-24.0497
CIE-Lab81.8757-0.2952-27.1709

#accefe color RGB value is (172,206,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001110 11111110
Octal 254 316 376
Decimal 172 206 254
Hex AC CE FE

RGB Percentages of Color #accefe

%27.22
%32.59
%40.19

CMYK Percentages of Color #accefe

%32
%19
%0
%0

Triadic Colors of #accefe

#accefe #feacce #cefeac

Analogous Colors of #accefe

#accefe #b3acfe #acf7fe

Monochromatic Colors of #accefe

#accefe

Complementary Color

#accefe #fedcac

#accefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#accefe Color CSS Codes

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

#accefe Text Font Color

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

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


#accefe Background Color

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

This div background color is #accefe


#accefe Border Color

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

This div border color is #accefe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,206,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 #accefe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accefe


Comments

No comments written yet.

Please login to write comment.