Color Hex Logo

#a3cfeb Color Hex

#A3CFEB
(163,207,235)
0 Favorites   0 Comments

Color spaces of #a3cfeb

RGB 163207235
HSL0.560.640.78
HSV203°31°92°
CMYK 0.310.120.00   0.08
XYZ52.412558.410387.1092
Yxy58.41030.26480.2951
Hunter Lab76.4266-11.3334-14.0786
CIE-Lab80.9664-7.9412-18.4821

#a3cfeb color RGB value is (163,207,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 11001111 11101011
Octal 243 317 353
Decimal 163 207 235
Hex A3 CF EB

RGB Percentages of Color #a3cfeb

%26.94
%34.21
%38.84

CMYK Percentages of Color #a3cfeb

%31
%12
%0
%8

Triadic Colors of #a3cfeb

#a3cfeb #eba3cf #cfeba3

Analogous Colors of #a3cfeb

#a3cfeb #a3abeb #a3ebe3

Monochromatic Colors of #a3cfeb

#a3cfeb

Complementary Color

#a3cfeb #ebbfa3

#a3cfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3cfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3cfeb Color CSS Codes

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

#a3cfeb Text Font Color

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

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


#a3cfeb Background Color

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

This div background color is #a3cfeb


#a3cfeb Border Color

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

This div border color is #a3cfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3cfeb


Comments

No comments written yet.

Please login to write comment.