Color Hex Logo

#accdfa Color Hex

#ACCDFA
(172,205,250)
0 Favorites   0 Comments

Color spaces of #accdfa

RGB 172205250
HSL0.600.890.83
HSV215°31°98°
CMYK 0.310.180.00   0.02
XYZ56.099959.335498.9386
Yxy59.33540.26170.2768
Hunter Lab77.0295-4.8016-22.2329
CIE-Lab81.4756-0.7379-25.6545

#accdfa color RGB value is (172,205,250).

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

The process color (four color CMYK) of #accdfa color hex is 0.31, 0.18, 0.00, 0.02. Web safe color of #accdfa is #99ccff. Color #accdfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001101 11111010
Octal 254 315 372
Decimal 172 205 250
Hex AC CD FA

RGB Percentages of Color #accdfa

%27.43
%32.70
%39.87

CMYK Percentages of Color #accdfa

%31
%18
%0
%2

Triadic Colors of #accdfa

#accdfa #faaccd #cdfaac

Analogous Colors of #accdfa

#accdfa #b2acfa #acf4fa

Monochromatic Colors of #accdfa

#accdfa

Complementary Color

#accdfa #fad9ac

#accdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#accdfa Color CSS Codes

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

#accdfa Text Font Color

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

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


#accdfa Background Color

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

This div background color is #accdfa


#accdfa Border Color

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

This div border color is #accdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accdfa


Comments

No comments written yet.

Please login to write comment.