Color Hex Logo

#accdff Color Hex

#ACCDFF
(172,205,255)
0 Favorites   0 Comments

Color spaces of #accdff

RGB 172205255
HSL0.601.000.84
HSV216°33°100°
CMYK 0.330.200.00   0.00
XYZ56.894659.6533103.1233
Yxy59.65330.25900.2716
Hunter Lab77.2355-3.6724-25.0979
CIE-Lab81.64940.4843-28.0484

#accdff color RGB value is (172,205,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001101 11111111
Octal 254 315 377
Decimal 172 205 255
Hex AC CD FF

RGB Percentages of Color #accdff

%27.22
%32.44
%40.35

CMYK Percentages of Color #accdff

%33
%20
%0
%0

Triadic Colors of #accdff

#accdff #ffaccd #cdffac

Analogous Colors of #accdff

#accdff #b5acff #acf7ff

Monochromatic Colors of #accdff

#accdff

Complementary Color

#accdff #ffdeac

#accdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#accdff Color CSS Codes

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

#accdff Text Font Color

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

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


#accdff Background Color

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

This div background color is #accdff


#accdff Border Color

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

This div border color is #accdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accdff


Comments

No comments written yet.

Please login to write comment.