Color Hex Logo

#acdeff Color Hex

#ACDEFF
(172,222,255)
0 Favorites   0 Comments

Color spaces of #acdeff

RGB 172222255
HSL0.571.000.84
HSV204°33°100°
CMYK 0.330.130.00   0.00
XYZ61.184568.2332104.5533
Yxy68.23320.26150.2916
Hunter Lab82.6034-12.3406-17.2226
CIE-Lab86.1229-8.4629-21.2391

#acdeff color RGB value is (172,222,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011110 11111111
Octal 254 336 377
Decimal 172 222 255
Hex AC DE FF

RGB Percentages of Color #acdeff

%26.50
%34.21
%39.29

CMYK Percentages of Color #acdeff

%33
%13
%0
%0

Triadic Colors of #acdeff

#acdeff #ffacde #deffac

Analogous Colors of #acdeff

#acdeff #acb5ff #acfff7

Monochromatic Colors of #acdeff

#acdeff

Complementary Color

#acdeff #ffcdac

#acdeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdeff Color CSS Codes

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

#acdeff Text Font Color

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

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


#acdeff Background Color

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

This div background color is #acdeff


#acdeff Border Color

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

This div border color is #acdeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdeff


Comments

No comments written yet.

Please login to write comment.