Color Hex Logo

#a3cfec Color Hex

#A3CFEC
(163,207,236)
0 Favorites   0 Comments

Color spaces of #a3cfec

RGB 163207236
HSL0.570.660.78
HSV204°31°93°
CMYK 0.310.120.00   0.07
XYZ52.557458.468387.8723
Yxy58.46830.26420.2940
Hunter Lab76.4646-11.1222-14.6103
CIE-Lab80.9985-7.7020-18.9674

#a3cfec color RGB value is (163,207,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 11001111 11101100
Octal 243 317 354
Decimal 163 207 236
Hex A3 CF EC

RGB Percentages of Color #a3cfec

%26.90
%34.16
%38.94

CMYK Percentages of Color #a3cfec

%31
%12
%0
%7

Triadic Colors of #a3cfec

#a3cfec #eca3cf #cfeca3

Analogous Colors of #a3cfec

#a3cfec #a3abec #a3ece5

Monochromatic Colors of #a3cfec

#a3cfec

Complementary Color

#a3cfec #ecc0a3

#a3cfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3cfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3cfec Color CSS Codes

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

#a3cfec Text Font Color

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

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


#a3cfec Background Color

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

This div background color is #a3cfec


#a3cfec Border Color

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

This div border color is #a3cfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3cfec


Comments

No comments written yet.

Please login to write comment.