Color Hex Logo

#a1caeb Color Hex

#A1CAEB
(161,202,235)
0 Favorites   0 Comments

Color spaces of #a1caeb

RGB 161202235
HSL0.570.650.78
HSV207°31°92°
CMYK 0.310.140.00   0.08
XYZ50.813955.816386.6927
Yxy55.81630.26280.2887
Hunter Lab74.7103-9.3370-16.5020
CIE-Lab79.5092-5.8718-20.6982

#a1caeb color RGB value is (161,202,235).

#a1caeb hex color red value is 161, green value is 202 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a1caeb hue: 0.57 , saturation: 0.65 and the lightness value of a1caeb is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 11001010 11101011
Octal 241 312 353
Decimal 161 202 235
Hex A1 CA EB

RGB Percentages of Color #a1caeb

%26.92
%33.78
%39.30

CMYK Percentages of Color #a1caeb

%31
%14
%0
%8

Triadic Colors of #a1caeb

#a1caeb #eba1ca #caeba1

Analogous Colors of #a1caeb

#a1caeb #a1a5eb #a1ebe7

Monochromatic Colors of #a1caeb

#a1caeb

Complementary Color

#a1caeb #ebc2a1

#a1caeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1caeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1caeb Color CSS Codes

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

#a1caeb Text Font Color

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

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


#a1caeb Background Color

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

This div background color is #a1caeb


#a1caeb Border Color

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

This div border color is #a1caeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1caeb


Comments

No comments written yet.

Please login to write comment.