Color Hex Logo

#accafe Color Hex

#ACCAFE
(172,202,254)
0 Favorites   0 Comments

Color spaces of #accafe

RGB 172202254
HSL0.610.980.84
HSV218°32°100°
CMYK 0.320.200.00   0.00
XYZ56.023258.1675102.0406
Yxy58.16750.25910.2690
Hunter Lab76.2676-2.3492-25.9384
CIE-Lab80.83181.8458-28.7682

#accafe color RGB value is (172,202,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001010 11111110
Octal 254 312 376
Decimal 172 202 254
Hex AC CA FE

RGB Percentages of Color #accafe

%27.39
%32.17
%40.45

CMYK Percentages of Color #accafe

%32
%20
%0
%0

Triadic Colors of #accafe

#accafe #feacca #cafeac

Analogous Colors of #accafe

#accafe #b7acfe #acf3fe

Monochromatic Colors of #accafe

#accafe

Complementary Color

#accafe #fee0ac

#accafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#accafe Color CSS Codes

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

#accafe Text Font Color

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

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


#accafe Background Color

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

This div background color is #accafe


#accafe Border Color

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

This div border color is #accafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accafe


Comments

No comments written yet.

Please login to write comment.