Color Hex Logo

#a2cefb Color Hex

#A2CEFB
(162,206,251)
0 Favorites   0 Comments

Color spaces of #a2cefb

RGB 162206251
HSL0.580.920.81
HSV210°35°98°
CMYK 0.350.180.00   0.02
XYZ54.384258.789099.7479
Yxy58.78900.25540.2761
Hunter Lab76.6740-7.5710-23.4607
CIE-Lab81.1755-3.7642-26.6987

#a2cefb color RGB value is (162,206,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 11001110 11111011
Octal 242 316 373
Decimal 162 206 251
Hex A2 CE FB

RGB Percentages of Color #a2cefb

%26.17
%33.28
%40.55

CMYK Percentages of Color #a2cefb

%35
%18
%0
%2

Triadic Colors of #a2cefb

#a2cefb #fba2ce #cefba2

Analogous Colors of #a2cefb

#a2cefb #a3a2fb #a2fbfb

Monochromatic Colors of #a2cefb

#a2cefb

Complementary Color

#a2cefb #fbcfa2

#a2cefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2cefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2cefb Color CSS Codes

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

#a2cefb Text Font Color

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

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


#a2cefb Background Color

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

This div background color is #a2cefb


#a2cefb Border Color

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

This div border color is #a2cefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2cefb


Comments

No comments written yet.

Please login to write comment.