Color Hex Logo

#a2cefc Color Hex

#A2CEFC
(162,206,252)
0 Favorites   0 Comments

Color spaces of #a2cefc

RGB 162206252
HSL0.590.940.81
HSV211°36°99°
CMYK 0.360.180.00   0.01
XYZ54.542358.8523100.5804
Yxy58.85230.25490.2750
Hunter Lab76.7153-7.3434-24.0337
CIE-Lab81.2103-3.5127-27.1775

#a2cefc color RGB value is (162,206,252).

#a2cefc hex color red value is 162, green value is 206 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a2cefc hue: 0.59 , saturation: 0.94 and the lightness value of a2cefc is 0.81.

The process color (four color CMYK) of #a2cefc color hex is 0.36, 0.18, 0.00, 0.01. Web safe color of #a2cefc is #99ccff. Color #a2cefc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11001110 11111100
Octal 242 316 374
Decimal 162 206 252
Hex A2 CE FC

RGB Percentages of Color #a2cefc

%26.13
%33.23
%40.65

CMYK Percentages of Color #a2cefc

%36
%18
%0
%1

Triadic Colors of #a2cefc

#a2cefc #fca2ce #cefca2

Analogous Colors of #a2cefc

#a2cefc #a3a2fc #a2fbfc

Monochromatic Colors of #a2cefc

#a2cefc

Complementary Color

#a2cefc #fcd0a2

#a2cefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2cefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2cefc Color CSS Codes

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

#a2cefc Text Font Color

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

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


#a2cefc Background Color

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

This div background color is #a2cefc


#a2cefc Border Color

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

This div border color is #a2cefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2cefc

Related Colors


Comments

No comments written yet.

Please login to write comment.