Color Hex Logo

#accff7 Color Hex

#ACCFF7
(172,207,247)
0 Favorites   0 Comments

Color spaces of #accff7

RGB 172207247
HSL0.590.820.82
HSV212°30°97°
CMYK 0.300.160.00   0.03
XYZ56.114660.111796.6409
Yxy60.11170.26360.2824
Hunter Lab77.5317-6.4888-19.6309
CIE-Lab81.8989-2.5257-23.4134

#accff7 color RGB value is (172,207,247).

#accff7 hex color red value is 172, green value is 207 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #accff7 hue: 0.59 , saturation: 0.82 and the lightness value of accff7 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001111 11110111
Octal 254 317 367
Decimal 172 207 247
Hex AC CF F7

RGB Percentages of Color #accff7

%27.48
%33.07
%39.46

CMYK Percentages of Color #accff7

%30
%16
%0
%3

Triadic Colors of #accff7

#accff7 #f7accf #cff7ac

Analogous Colors of #accff7

#accff7 #afacf7 #acf5f7

Monochromatic Colors of #accff7

#accff7

Complementary Color

#accff7 #f7d4ac

#accff7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accff7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accff7 Color CSS Codes

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

#accff7 Text Font Color

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

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


#accff7 Background Color

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

This div background color is #accff7


#accff7 Border Color

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

This div border color is #accff7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accff7


Comments

No comments written yet.

Please login to write comment.