Color Hex Logo

#accfec Color Hex

#ACCFEC
(172,207,236)
0 Favorites   0 Comments

Color spaces of #accfec

RGB 172207236
HSL0.580.630.80
HSV207°27°93°
CMYK 0.270.120.00   0.07
XYZ54.466459.452487.9617
Yxy59.45240.26980.2945
Hunter Lab77.1054-8.8440-13.6642
CIE-Lab81.5396-5.1248-18.0975

#accfec color RGB value is (172,207,236).

#accfec hex color red value is 172, green value is 207 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #accfec hue: 0.58 , saturation: 0.63 and the lightness value of accfec is 0.80.

The process color (four color CMYK) of #accfec color hex is 0.27, 0.12, 0.00, 0.07. Web safe color of #accfec is #99ccff. Color #accfec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001111 11101100
Octal 254 317 354
Decimal 172 207 236
Hex AC CF EC

RGB Percentages of Color #accfec

%27.97
%33.66
%38.37

CMYK Percentages of Color #accfec

%27
%12
%0
%7

Triadic Colors of #accfec

#accfec #ecaccf #cfecac

Analogous Colors of #accfec

#accfec #acafec #acece9

Monochromatic Colors of #accfec

#accfec

Complementary Color

#accfec #ecc9ac

#accfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#accfec Color CSS Codes

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

#accfec Text Font Color

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

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


#accfec Background Color

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

This div background color is #accfec


#accfec Border Color

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

This div border color is #accfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accfec


Comments

No comments written yet.

Please login to write comment.