Color Hex Logo

#acddfc Color Hex

#ACDDFC
(172,221,252)
0 Favorites   0 Comments

Color spaces of #acddfc

RGB 172221252
HSL0.560.930.83
HSV203°32°99°
CMYK 0.320.120.00   0.01
XYZ60.440467.5118101.9410
Yxy67.51180.26290.2937
Hunter Lab82.1656-12.4864-16.0439
CIE-Lab85.7617-8.6633-20.2046

#acddfc color RGB value is (172,221,252).

#acddfc hex color red value is 172, green value is 221 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #acddfc hue: 0.56 , saturation: 0.93 and the lightness value of acddfc is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011101 11111100
Octal 254 335 374
Decimal 172 221 252
Hex AC DD FC

RGB Percentages of Color #acddfc

%26.67
%34.26
%39.07

CMYK Percentages of Color #acddfc

%32
%12
%0
%1

Triadic Colors of #acddfc

#acddfc #fcacdd #ddfcac

Analogous Colors of #acddfc

#acddfc #acb5fc #acfcf3

Monochromatic Colors of #acddfc

#acddfc

Complementary Color

#acddfc #fccbac

#acddfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acddfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acddfc Color CSS Codes

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

#acddfc Text Font Color

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

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


#acddfc Background Color

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

This div background color is #acddfc


#acddfc Border Color

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

This div border color is #acddfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acddfc


Comments

No comments written yet.

Please login to write comment.