Color Hex Logo

#a2dfeb Color Hex

#A2DFEB
(162,223,235)
0 Favorites   0 Comments

Color spaces of #a2dfeb

RGB 162223235
HSL0.530.650.78
HSV190°31°92°
CMYK 0.310.050.00   0.08
XYZ56.283466.454988.4579
Yxy66.45490.26650.3147
Hunter Lab81.5199-19.4188-7.2722
CIE-Lab85.2279-16.4549-12.0879

#a2dfeb color RGB value is (162,223,235).

#a2dfeb hex color red value is 162, green value is 223 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a2dfeb hue: 0.53 , saturation: 0.65 and the lightness value of a2dfeb is 0.78.

The process color (four color CMYK) of #a2dfeb color hex is 0.31, 0.05, 0.00, 0.08. Web safe color of #a2dfeb is #99ccff. Color #a2dfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11011111 11101011
Octal 242 337 353
Decimal 162 223 235
Hex A2 DF EB

RGB Percentages of Color #a2dfeb

%26.13
%35.97
%37.90

CMYK Percentages of Color #a2dfeb

%31
%5
%0
%8

Triadic Colors of #a2dfeb

#a2dfeb #eba2df #dfeba2

Analogous Colors of #a2dfeb

#a2dfeb #a2bbeb #a2ebd3

Monochromatic Colors of #a2dfeb

#a2dfeb

Complementary Color

#a2dfeb #ebaea2

#a2dfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2dfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2dfeb Color CSS Codes

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

#a2dfeb Text Font Color

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

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


#a2dfeb Background Color

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

This div background color is #a2dfeb


#a2dfeb Border Color

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

This div border color is #a2dfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2dfeb


Comments

No comments written yet.

Please login to write comment.