Color Hex Logo

#acdfff Color Hex

#ACDFFF
(172,223,255)
0 Favorites   0 Comments

Color spaces of #acdfff

RGB 172223255
HSL0.561.000.84
HSV203°33°100°
CMYK 0.330.130.00   0.00
XYZ61.450968.7660104.6421
Yxy68.76600.26170.2928
Hunter Lab82.9253-12.8437-16.7694
CIE-Lab86.3880-8.9799-20.8378

#acdfff color RGB value is (172,223,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 11111111
Octal 254 337 377
Decimal 172 223 255
Hex AC DF FF

RGB Percentages of Color #acdfff

%26.46
%34.31
%39.23

CMYK Percentages of Color #acdfff

%33
%13
%0
%0

Triadic Colors of #acdfff

#acdfff #ffacdf #dfffac

Analogous Colors of #acdfff

#acdfff #acb6ff #acfff6

Monochromatic Colors of #acdfff

#acdfff

Complementary Color

#acdfff #ffccac

#acdfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdfff Color CSS Codes

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

#acdfff Text Font Color

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

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


#acdfff Background Color

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

This div background color is #acdfff


#acdfff Border Color

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

This div border color is #acdfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdfff


Comments

No comments written yet.

Please login to write comment.