Color Hex Logo

#accdf2 Color Hex

#ACCDF2
(172,205,242)
0 Favorites   0 Comments

Color spaces of #accdf2

RGB 172205242
HSL0.590.730.81
HSV212°29°95°
CMYK 0.290.150.00   0.05
XYZ54.871658.844192.4704
Yxy58.84410.26610.2854
Hunter Lab76.7099-6.5590-17.7745
CIE-Lab81.2058-2.6587-21.8027

#accdf2 color RGB value is (172,205,242).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001101 11110010
Octal 254 315 362
Decimal 172 205 242
Hex AC CD F2

RGB Percentages of Color #accdf2

%27.79
%33.12
%39.10

CMYK Percentages of Color #accdf2

%29
%15
%0
%5

Triadic Colors of #accdf2

#accdf2 #f2accd #cdf2ac

Analogous Colors of #accdf2

#accdf2 #aeacf2 #acf0f2

Monochromatic Colors of #accdf2

#accdf2

Complementary Color

#accdf2 #f2d1ac

#accdf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accdf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accdf2 Color CSS Codes

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

#accdf2 Text Font Color

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

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


#accdf2 Background Color

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

This div background color is #accdf2


#accdf2 Border Color

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

This div border color is #accdf2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accdf2


Comments

No comments written yet.

Please login to write comment.