Color Hex Logo

#acdaff Color Hex

#ACDAFF
(172,218,255)
0 Favorites   0 Comments

Color spaces of #acdaff

RGB 172218255
HSL0.571.000.84
HSV207°33°100°
CMYK 0.330.150.00   0.00
XYZ60.134766.1335104.2033
Yxy66.13350.26090.2869
Hunter Lab81.3225-10.3209-19.0460
CIE-Lab85.0645-6.3840-22.8436

#acdaff color RGB value is (172,218,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011010 11111111
Octal 254 332 377
Decimal 172 218 255
Hex AC DA FF

RGB Percentages of Color #acdaff

%26.67
%33.80
%39.53

CMYK Percentages of Color #acdaff

%33
%15
%0
%0

Triadic Colors of #acdaff

#acdaff #ffacda #daffac

Analogous Colors of #acdaff

#acdaff #acb1ff #acfffb

Monochromatic Colors of #acdaff

#acdaff

Complementary Color

#acdaff #ffd1ac

#acdaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdaff Color CSS Codes

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

#acdaff Text Font Color

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

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


#acdaff Background Color

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

This div background color is #acdaff


#acdaff Border Color

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

This div border color is #acdaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdaff

Related Colors


Comments

No comments written yet.

Please login to write comment.