Color Hex Logo

#accfdc Color Hex

#ACCFDC
(172,207,220)
0 Favorites   0 Comments

Color spaces of #accfdc

RGB 172207220
HSL0.550.410.77
HSV196°22°86°
CMYK 0.220.060.00   0.14
XYZ52.244358.563676.2605
Yxy58.56360.27930.3131
Hunter Lab76.5269-12.0614-5.5148
CIE-Lab81.0511-8.7456-10.2842

#accfdc color RGB value is (172,207,220).

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

The process color (four color CMYK) of #accfdc color hex is 0.22, 0.06, 0.00, 0.14. Web safe color of #accfdc is #99cccc. Color #accfdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001111 11011100
Octal 254 317 334
Decimal 172 207 220
Hex AC CF DC

RGB Percentages of Color #accfdc

%28.71
%34.56
%36.73

CMYK Percentages of Color #accfdc

%22
%6
%0
%14

Triadic Colors of #accfdc

#accfdc #dcaccf #cfdcac

Analogous Colors of #accfdc

#accfdc #acb7dc #acdcd1

Monochromatic Colors of #accfdc

#accfdc

Complementary Color

#accfdc #dcb9ac

#accfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#accfdc Color CSS Codes

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

#accfdc Text Font Color

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

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


#accfdc Background Color

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

This div background color is #accfdc


#accfdc Border Color

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

This div border color is #accfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accfdc


Comments

No comments written yet.

Please login to write comment.