Color Hex Logo

#a3cffd Color Hex

#A3CFFD
(163,207,253)
0 Favorites   0 Comments

Color spaces of #a3cffd

RGB 163207253
HSL0.590.960.82
HSV211°36°99°
CMYK 0.360.180.00   0.01
XYZ55.146759.5040101.5074
Yxy59.50400.25510.2753
Hunter Lab77.1388-7.3830-24.0228
CIE-Lab81.5678-3.5245-27.1577

#a3cffd color RGB value is (163,207,253).

#a3cffd hex color red value is 163, green value is 207 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a3cffd hue: 0.59 , saturation: 0.96 and the lightness value of a3cffd is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 11001111 11111101
Octal 243 317 375
Decimal 163 207 253
Hex A3 CF FD

RGB Percentages of Color #a3cffd

%26.16
%33.23
%40.61

CMYK Percentages of Color #a3cffd

%36
%18
%0
%1

Triadic Colors of #a3cffd

#a3cffd #fda3cf #cffda3

Analogous Colors of #a3cffd

#a3cffd #a4a3fd #a3fcfd

Monochromatic Colors of #a3cffd

#a3cffd

Complementary Color

#a3cffd #fdd1a3

#a3cffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3cffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3cffd Color CSS Codes

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

#a3cffd Text Font Color

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

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


#a3cffd Background Color

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

This div background color is #a3cffd


#a3cffd Border Color

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

This div border color is #a3cffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3cffd


Comments

No comments written yet.

Please login to write comment.