Color Hex Logo

#a3cbfd Color Hex

#A3CBFD
(163,203,253)
0 Favorites   0 Comments

Color spaces of #a3cbfd

RGB 163203253
HSL0.590.960.82
HSV213°36°99°
CMYK 0.360.200.00   0.01
XYZ54.189857.5903101.1884
Yxy57.59030.25440.2704
Hunter Lab75.8883-5.3424-25.9347
CIE-Lab80.5105-1.3930-28.7758

#a3cbfd color RGB value is (163,203,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 11001011 11111101
Octal 243 313 375
Decimal 163 203 253
Hex A3 CB FD

RGB Percentages of Color #a3cbfd

%26.33
%32.79
%40.87

CMYK Percentages of Color #a3cbfd

%36
%20
%0
%1

Triadic Colors of #a3cbfd

#a3cbfd #fda3cb #cbfda3

Analogous Colors of #a3cbfd

#a3cbfd #a8a3fd #a3f8fd

Monochromatic Colors of #a3cbfd

#a3cbfd

Complementary Color

#a3cbfd #fdd5a3

#a3cbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3cbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3cbfd Color CSS Codes

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

#a3cbfd Text Font Color

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

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


#a3cbfd Background Color

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

This div background color is #a3cbfd


#a3cbfd Border Color

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

This div border color is #a3cbfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,203,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 #a3cbfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3cbfd

Related Colors


Comments

No comments written yet.

Please login to write comment.