Color Hex Logo

#accaef Color Hex

#ACCAEF
(172,202,239)
0 Favorites   0 Comments

Color spaces of #accaef

RGB 172202239
HSL0.590.680.81
HSV213°28°94°
CMYK 0.280.150.00   0.06
XYZ53.713857.243789.8795
Yxy57.24370.26740.2850
Hunter Lab75.6596-5.6798-17.4716
CIE-Lab80.3165-1.7743-21.5504

#accaef color RGB value is (172,202,239).

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

The process color (four color CMYK) of #accaef color hex is 0.28, 0.15, 0.00, 0.06. Web safe color of #accaef is #99ccff. Color #accaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001010 11101111
Octal 254 312 357
Decimal 172 202 239
Hex AC CA EF

RGB Percentages of Color #accaef

%28.06
%32.95
%38.99

CMYK Percentages of Color #accaef

%28
%15
%0
%6

Triadic Colors of #accaef

#accaef #efacca #caefac

Analogous Colors of #accaef

#accaef #b0acef #acecef

Monochromatic Colors of #accaef

#accaef

Complementary Color

#accaef #efd1ac

#accaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#accaef Color CSS Codes

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

#accaef Text Font Color

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

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


#accaef Background Color

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

This div background color is #accaef


#accaef Border Color

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

This div border color is #accaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accaef


Comments

No comments written yet.

Please login to write comment.