Color Hex Logo

#accfea Color Hex

#ACCFEA
(172,207,234)
0 Favorites   0 Comments

Color spaces of #accfea

RGB 172207234
HSL0.570.600.80
HSV206°26°92°
CMYK 0.260.120.00   0.08
XYZ54.177459.336886.4396
Yxy59.33680.27090.2968
Hunter Lab77.0304-9.2596-12.6110
CIE-Lab81.4764-5.5880-17.1259

#accfea color RGB value is (172,207,234).

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

The process color (four color CMYK) of #accfea color hex is 0.26, 0.12, 0.00, 0.08. Web safe color of #accfea is #99ccff. Color #accfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001111 11101010
Octal 254 317 352
Decimal 172 207 234
Hex AC CF EA

RGB Percentages of Color #accfea

%28.06
%33.77
%38.17

CMYK Percentages of Color #accfea

%26
%12
%0
%8

Triadic Colors of #accfea

#accfea #eaaccf #cfeaac

Analogous Colors of #accfea

#accfea #acb0ea #aceae6

Monochromatic Colors of #accfea

#accfea

Complementary Color

#accfea #eac7ac

#accfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#accfea Color CSS Codes

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

#accfea Text Font Color

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

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


#accfea Background Color

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

This div background color is #accfea


#accfea Border Color

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

This div border color is #accfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accfea


Comments

No comments written yet.

Please login to write comment.