Color Hex Logo

#a3edcf Color Hex

#A3EDCF
(163,237,207)
0 Favorites   0 Comments

Color spaces of #a3edcf

RGB 163237207
HSL0.430.670.78
HSV156°31°93°
CMYK 0.310.000.13   0.07
XYZ56.650972.859970.1090
Yxy72.85990.28380.3650
Hunter Lab85.3580-30.908611.0526
CIE-Lab88.3809-29.13327.2635

#a3edcf color RGB value is (163,237,207).

#a3edcf hex color red value is 163, green value is 237 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a3edcf hue: 0.43 , saturation: 0.67 and the lightness value of a3edcf is 0.78.

The process color (four color CMYK) of #a3edcf color hex is 0.31, 0.00, 0.13, 0.07. Web safe color of #a3edcf is #99ffcc. Color #a3edcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11101101 11001111
Octal 243 355 317
Decimal 163 237 207
Hex A3 ED CF

RGB Percentages of Color #a3edcf

%26.85
%39.04
%34.10

CMYK Percentages of Color #a3edcf

%31
%0
%13
%7

Triadic Colors of #a3edcf

#a3edcf #cfa3ed #edcfa3

Analogous Colors of #a3edcf

#a3edcf #a3e6ed #a3edaa

Monochromatic Colors of #a3edcf

#a3edcf

Complementary Color

#a3edcf #eda3c1

#a3edcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3edcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3edcf Color CSS Codes

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

#a3edcf Text Font Color

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

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


#a3edcf Background Color

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

This div background color is #a3edcf


#a3edcf Border Color

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

This div border color is #a3edcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3edcf


Comments

No comments written yet.

Please login to write comment.