Color Hex Logo

#a3cbfe Color Hex

#A3CBFE
(163,203,254)
0 Favorites   0 Comments

Color spaces of #a3cbfe

RGB 163203254
HSL0.590.980.82
HSV214°36°100°
CMYK 0.360.200.00   0.00
XYZ54.349657.6542102.0298
Yxy57.65420.25390.2694
Hunter Lab75.9304-5.1110-26.5184
CIE-Lab80.5462-1.1397-29.2538

#a3cbfe color RGB value is (163,203,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 11001011 11111110
Octal 243 313 376
Decimal 163 203 254
Hex A3 CB FE

RGB Percentages of Color #a3cbfe

%26.29
%32.74
%40.97

CMYK Percentages of Color #a3cbfe

%36
%20
%0
%0

Triadic Colors of #a3cbfe

#a3cbfe #fea3cb #cbfea3

Analogous Colors of #a3cbfe

#a3cbfe #a9a3fe #a3f9fe

Monochromatic Colors of #a3cbfe

#a3cbfe

Complementary Color

#a3cbfe #fed6a3

#a3cbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3cbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3cbfe Color CSS Codes

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

#a3cbfe Text Font Color

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

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


#a3cbfe Background Color

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

This div background color is #a3cbfe


#a3cbfe Border Color

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

This div border color is #a3cbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3cbfe

Related Colors


Comments

No comments written yet.

Please login to write comment.