Color Hex Logo

#accaff Color Hex

#ACCAFF
(172,202,255)
1 Favorites   0 Comments

Color spaces of #accaff

RGB 172202255
HSL0.611.000.84
HSV218°33°100°
CMYK 0.330.210.00   0.00
XYZ56.183858.2317102.8864
Yxy58.23170.25860.2680
Hunter Lab76.3097-2.1195-26.5224
CIE-Lab80.86742.0925-29.2460

#accaff color RGB value is (172,202,255).

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

The process color (four color CMYK) of #accaff color hex is 0.33, 0.21, 0.00, 0.00. Web safe color of #accaff is #99ccff. Color #accaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001010 11111111
Octal 254 312 377
Decimal 172 202 255
Hex AC CA FF

RGB Percentages of Color #accaff

%27.34
%32.11
%40.54

CMYK Percentages of Color #accaff

%33
%21
%0
%0

Triadic Colors of #accaff

#accaff #ffacca #caffac

Analogous Colors of #accaff

#accaff #b8acff #acf4ff

Monochromatic Colors of #accaff

#accaff

Complementary Color

#accaff #ffe1ac

#accaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#accaff Color CSS Codes

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

#accaff Text Font Color

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

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


#accaff Background Color

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

This div background color is #accaff


#accaff Border Color

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

This div border color is #accaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accaff


Comments

No comments written yet.

Please login to write comment.