Color Hex Logo

#a3dfcb Color Hex

#A3DFCB
(163,223,203)
0 Favorites   0 Comments

Color spaces of #a3dfcb

RGB 163223203
HSL0.440.480.76
HSV160°27°87°
CMYK 0.270.000.09   0.13
XYZ52.271464.873766.2668
Yxy64.87370.28500.3537
Hunter Lab80.5442-25.10987.6008
CIE-Lab84.4186-23.18983.6464

#a3dfcb color RGB value is (163,223,203).

#a3dfcb hex color red value is 163, green value is 223 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a3dfcb hue: 0.44 , saturation: 0.48 and the lightness value of a3dfcb is 0.76.

The process color (four color CMYK) of #a3dfcb color hex is 0.27, 0.00, 0.09, 0.13. Web safe color of #a3dfcb is #99cccc. Color #a3dfcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11011111 11001011
Octal 243 337 313
Decimal 163 223 203
Hex A3 DF CB

RGB Percentages of Color #a3dfcb

%27.67
%37.86
%34.47

CMYK Percentages of Color #a3dfcb

%27
%0
%9
%13

Triadic Colors of #a3dfcb

#a3dfcb #cba3df #dfcba3

Analogous Colors of #a3dfcb

#a3dfcb #a3d5df #a3dfad

Monochromatic Colors of #a3dfcb

#a3dfcb

Complementary Color

#a3dfcb #dfa3b7

#a3dfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3dfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3dfcb Color CSS Codes

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

#a3dfcb Text Font Color

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

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


#a3dfcb Background Color

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

This div background color is #a3dfcb


#a3dfcb Border Color

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

This div border color is #a3dfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3dfcb


Comments

No comments written yet.

Please login to write comment.