Color Hex Logo

#acd7ff Color Hex

#ACD7FF
(172,215,255)
0 Favorites   0 Comments

Color spaces of #acd7ff

RGB 172215255
HSL0.581.000.84
HSV209°33°100°
CMYK 0.330.160.00   0.00
XYZ59.363764.5915103.9464
Yxy64.59150.26050.2834
Hunter Lab80.3688-8.7981-20.4255
CIE-Lab84.2728-4.8139-24.0464

#acd7ff color RGB value is (172,215,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010111 11111111
Octal 254 327 377
Decimal 172 215 255
Hex AC D7 FF

RGB Percentages of Color #acd7ff

%26.79
%33.49
%39.72

CMYK Percentages of Color #acd7ff

%33
%16
%0
%0

Triadic Colors of #acd7ff

#acd7ff #ffacd7 #d7ffac

Analogous Colors of #acd7ff

#acd7ff #acaeff #acfffe

Monochromatic Colors of #acd7ff

#acd7ff

Complementary Color

#acd7ff #ffd4ac

#acd7ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd7ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd7ff Color CSS Codes

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

#acd7ff Text Font Color

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

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


#acd7ff Background Color

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

This div background color is #acd7ff


#acd7ff Border Color

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

This div border color is #acd7ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd7ff

Related Colors


Comments

No comments written yet.

Please login to write comment.