Color Hex Logo

#acdcf0 Color Hex

#ACDCF0
(172,220,240)
1 Favorites   0 Comments

Color spaces of #acdcf0

RGB 172220240
HSL0.550.690.81
HSV198°28°94°
CMYK 0.280.080.00   0.06
XYZ58.334666.248392.1507
Yxy66.24830.26920.3057
Hunter Lab81.3931-14.5065-10.1512
CIE-Lab85.1229-10.9623-14.8306

#acdcf0 color RGB value is (172,220,240).

#acdcf0 hex color red value is 172, green value is 220 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #acdcf0 hue: 0.55 , saturation: 0.69 and the lightness value of acdcf0 is 0.81.

The process color (four color CMYK) of #acdcf0 color hex is 0.28, 0.08, 0.00, 0.06. Web safe color of #acdcf0 is #99ccff. Color #acdcf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011100 11110000
Octal 254 334 360
Decimal 172 220 240
Hex AC DC F0

RGB Percentages of Color #acdcf0

%27.22
%34.81
%37.97

CMYK Percentages of Color #acdcf0

%28
%8
%0
%6

Triadic Colors of #acdcf0

#acdcf0 #f0acdc #dcf0ac

Analogous Colors of #acdcf0

#acdcf0 #acbaf0 #acf0e2

Monochromatic Colors of #acdcf0

#acdcf0

Complementary Color

#acdcf0 #f0c0ac

#acdcf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdcf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdcf0 Color CSS Codes

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

#acdcf0 Text Font Color

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

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


#acdcf0 Background Color

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

This div background color is #acdcf0


#acdcf0 Border Color

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

This div border color is #acdcf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdcf0


Comments

No comments written yet.

Please login to write comment.