Color Hex Logo

#a3dbc8 Color Hex

#A3DBC8
(163,219,200)
0 Favorites   0 Comments

Color spaces of #a3dbc8

RGB 163219200
HSL0.440.440.75
HSV160°26°86°
CMYK 0.260.000.09   0.14
XYZ50.861162.619764.0497
Yxy62.61970.28650.3527
Hunter Lab79.1326-23.75437.4037
CIE-Lab83.2419-21.83553.5292

#a3dbc8 color RGB value is (163,219,200).

#a3dbc8 hex color red value is 163, green value is 219 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #a3dbc8 hue: 0.44 , saturation: 0.44 and the lightness value of a3dbc8 is 0.75.

The process color (four color CMYK) of #a3dbc8 color hex is 0.26, 0.00, 0.09, 0.14. Web safe color of #a3dbc8 is #99cccc. Color #a3dbc8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11011011 11001000
Octal 243 333 310
Decimal 163 219 200
Hex A3 DB C8

RGB Percentages of Color #a3dbc8

%28.01
%37.63
%34.36

CMYK Percentages of Color #a3dbc8

%26
%0
%9
%14

Triadic Colors of #a3dbc8

#a3dbc8 #c8a3db #dbc8a3

Analogous Colors of #a3dbc8

#a3dbc8 #a3d2db #a3dbac

Monochromatic Colors of #a3dbc8

#a3dbc8

Complementary Color

#a3dbc8 #dba3b6

#a3dbc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3dbc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3dbc8 Color CSS Codes

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

#a3dbc8 Text Font Color

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

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


#a3dbc8 Background Color

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

This div background color is #a3dbc8


#a3dbc8 Border Color

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

This div border color is #a3dbc8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,219,200, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3dbc8


Comments

No comments written yet.

Please login to write comment.