Color Hex Logo

#accdf0 Color Hex

#ACCDF0
(172,205,240)
0 Favorites   0 Comments

Color spaces of #accdf0

RGB 172205240
HSL0.590.690.81
HSV211°28°94°
CMYK 0.280.150.00   0.06
XYZ54.572858.724690.8968
Yxy58.72460.26730.2876
Hunter Lab76.6320-6.9887-16.6843
CIE-Lab81.1400-3.1319-20.8357

#accdf0 color RGB value is (172,205,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001101 11110000
Octal 254 315 360
Decimal 172 205 240
Hex AC CD F0

RGB Percentages of Color #accdf0

%27.88
%33.23
%38.90

CMYK Percentages of Color #accdf0

%28
%15
%0
%6

Triadic Colors of #accdf0

#accdf0 #f0accd #cdf0ac

Analogous Colors of #accdf0

#accdf0 #adacf0 #aceff0

Monochromatic Colors of #accdf0

#accdf0

Complementary Color

#accdf0 #f0cfac

#accdf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accdf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accdf0 Color CSS Codes

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

#accdf0 Text Font Color

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

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


#accdf0 Background Color

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

This div background color is #accdf0


#accdf0 Border Color

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

This div border color is #accdf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accdf0


Comments

No comments written yet.

Please login to write comment.