Color Hex Logo

#a3dbeb Color Hex

#A3DBEB
(163,219,235)
0 Favorites   0 Comments

Color spaces of #a3dbeb

RGB 163219235
HSL0.540.640.78
HSV193°31°92°
CMYK 0.310.070.00   0.08
XYZ55.431264.447788.1154
Yxy64.44770.26650.3099
Hunter Lab80.2793-17.2383-8.8818
CIE-Lab84.1983-14.1469-13.6219

#a3dbeb color RGB value is (163,219,235).

#a3dbeb hex color red value is 163, green value is 219 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a3dbeb hue: 0.54 , saturation: 0.64 and the lightness value of a3dbeb is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 11011011 11101011
Octal 243 333 353
Decimal 163 219 235
Hex A3 DB EB

RGB Percentages of Color #a3dbeb

%26.42
%35.49
%38.09

CMYK Percentages of Color #a3dbeb

%31
%7
%0
%8

Triadic Colors of #a3dbeb

#a3dbeb #eba3db #dbeba3

Analogous Colors of #a3dbeb

#a3dbeb #a3b7eb #a3ebd7

Monochromatic Colors of #a3dbeb

#a3dbeb

Complementary Color

#a3dbeb #ebb3a3

#a3dbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3dbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3dbeb Color CSS Codes

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

#a3dbeb Text Font Color

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

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


#a3dbeb Background Color

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

This div background color is #a3dbeb


#a3dbeb Border Color

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

This div border color is #a3dbeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,219,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 #a3dbeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3dbeb


Comments

No comments written yet.

Please login to write comment.