Color Hex Logo

#accffe Color Hex

#ACCFFE
(172,207,254)
0 Favorites   0 Comments

Color spaces of #accffe

RGB 172207254
HSL0.600.980.84
HSV214°32°100°
CMYK 0.320.190.00   0.00
XYZ57.215560.5521102.4381
Yxy60.55210.25980.2750
Hunter Lab77.8152-4.9303-23.5803
CIE-Lab82.1374-0.8284-26.7711

#accffe color RGB value is (172,207,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001111 11111110
Octal 254 317 376
Decimal 172 207 254
Hex AC CF FE

RGB Percentages of Color #accffe

%27.17
%32.70
%40.13

CMYK Percentages of Color #accffe

%32
%19
%0
%0

Triadic Colors of #accffe

#accffe #feaccf #cffeac

Analogous Colors of #accffe

#accffe #b2acfe #acf8fe

Monochromatic Colors of #accffe

#accffe

Complementary Color

#accffe #fedbac

#accffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#accffe Color CSS Codes

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

#accffe Text Font Color

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

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


#accffe Background Color

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

This div background color is #accffe


#accffe Border Color

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

This div border color is #accffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accffe


Comments

No comments written yet.

Please login to write comment.