Color Hex Logo

#a3ddce Color Hex

#A3DDCE
(163,221,206)
0 Favorites   0 Comments

Color spaces of #a3ddce

RGB 163221206
HSL0.460.460.75
HSV164°26°87°
CMYK 0.260.000.07   0.13
XYZ52.101363.955767.9912
Yxy63.95570.28310.3475
Hunter Lab79.9723-23.66035.5732
CIE-Lab83.9427-21.58331.3682

#a3ddce color RGB value is (163,221,206).

#a3ddce hex color red value is 163, green value is 221 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a3ddce hue: 0.46 , saturation: 0.46 and the lightness value of a3ddce is 0.75.

The process color (four color CMYK) of #a3ddce color hex is 0.26, 0.00, 0.07, 0.13. Web safe color of #a3ddce is #99cccc. Color #a3ddce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11011101 11001110
Octal 243 335 316
Decimal 163 221 206
Hex A3 DD CE

RGB Percentages of Color #a3ddce

%27.63
%37.46
%34.92

CMYK Percentages of Color #a3ddce

%26
%0
%7
%13

Triadic Colors of #a3ddce

#a3ddce #cea3dd #ddcea3

Analogous Colors of #a3ddce

#a3ddce #a3cfdd #a3ddb1

Monochromatic Colors of #a3ddce

#a3ddce

Complementary Color

#a3ddce #dda3b2

#a3ddce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3ddce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3ddce Color CSS Codes

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

#a3ddce Text Font Color

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

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


#a3ddce Background Color

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

This div background color is #a3ddce


#a3ddce Border Color

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

This div border color is #a3ddce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3ddce


Comments

No comments written yet.

Please login to write comment.