Color Hex Logo

#a3cffc Color Hex

#A3CFFC
(163,207,252)
0 Favorites   0 Comments

Color spaces of #a3cffc

RGB 163207252
HSL0.580.940.81
HSV210°35°99°
CMYK 0.350.180.00   0.01
XYZ54.987859.4405100.6705
Yxy59.44050.25560.2763
Hunter Lab77.0977-7.6107-23.4497
CIE-Lab81.5331-3.7758-26.6791

#a3cffc color RGB value is (163,207,252).

#a3cffc hex color red value is 163, green value is 207 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a3cffc hue: 0.58 , saturation: 0.94 and the lightness value of a3cffc is 0.81.

The process color (four color CMYK) of #a3cffc color hex is 0.35, 0.18, 0.00, 0.01. Web safe color of #a3cffc is #99ccff. Color #a3cffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11001111 11111100
Octal 243 317 374
Decimal 163 207 252
Hex A3 CF FC

RGB Percentages of Color #a3cffc

%26.21
%33.28
%40.51

CMYK Percentages of Color #a3cffc

%35
%18
%0
%1

Triadic Colors of #a3cffc

#a3cffc #fca3cf #cffca3

Analogous Colors of #a3cffc

#a3cffc #a4a3fc #a3fcfc

Monochromatic Colors of #a3cffc

#a3cffc

Complementary Color

#a3cffc #fcd0a3

#a3cffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3cffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3cffc Color CSS Codes

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

#a3cffc Text Font Color

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

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


#a3cffc Background Color

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

This div background color is #a3cffc


#a3cffc Border Color

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

This div border color is #a3cffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3cffc


Comments

No comments written yet.

Please login to write comment.