Color Hex Logo

#accefa Color Hex

#ACCEFA
(172,206,250)
0 Favorites   0 Comments

Color spaces of #accefa

RGB 172206250
HSL0.590.890.83
HSV214°31°98°
CMYK 0.310.180.00   0.02
XYZ56.339959.815499.0186
Yxy59.81540.26180.2780
Hunter Lab77.3404-5.3145-21.7704
CIE-Lab81.7377-1.2706-25.2547

#accefa color RGB value is (172,206,250).

#accefa hex color red value is 172, green value is 206 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #accefa hue: 0.59 , saturation: 0.89 and the lightness value of accefa is 0.83.

The process color (four color CMYK) of #accefa color hex is 0.31, 0.18, 0.00, 0.02. Web safe color of #accefa is #99ccff. Color #accefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001110 11111010
Octal 254 316 372
Decimal 172 206 250
Hex AC CE FA

RGB Percentages of Color #accefa

%27.39
%32.80
%39.81

CMYK Percentages of Color #accefa

%31
%18
%0
%2

Triadic Colors of #accefa

#accefa #faacce #cefaac

Analogous Colors of #accefa

#accefa #b1acfa #acf5fa

Monochromatic Colors of #accefa

#accefa

Complementary Color

#accefa #fad8ac

#accefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#accefa Color CSS Codes

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

#accefa Text Font Color

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

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


#accefa Background Color

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

This div background color is #accefa


#accefa Border Color

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

This div border color is #accefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accefa


Comments

No comments written yet.

Please login to write comment.