Color Hex Logo

#a1caef Color Hex

#A1CAEF
(161,202,239)
0 Favorites   0 Comments

Color spaces of #a1caef

RGB 161202239
HSL0.580.710.78
HSV208°33°94°
CMYK 0.330.150.00   0.06
XYZ51.398556.050189.7711
Yxy56.05010.26060.2842
Hunter Lab74.8666-8.4702-18.6869
CIE-Lab79.6423-4.8955-22.6372

#a1caef color RGB value is (161,202,239).

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

The process color (four color CMYK) of #a1caef color hex is 0.33, 0.15, 0.00, 0.06. Web safe color of #a1caef is #99ccff. Color #a1caef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11001010 11101111
Octal 241 312 357
Decimal 161 202 239
Hex A1 CA EF

RGB Percentages of Color #a1caef

%26.74
%33.55
%39.70

CMYK Percentages of Color #a1caef

%33
%15
%0
%6

Triadic Colors of #a1caef

#a1caef #efa1ca #caefa1

Analogous Colors of #a1caef

#a1caef #a1a3ef #a1efed

Monochromatic Colors of #a1caef

#a1caef

Complementary Color

#a1caef #efc6a1

#a1caef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1caef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1caef Color CSS Codes

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

#a1caef Text Font Color

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

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


#a1caef Background Color

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

This div background color is #a1caef


#a1caef Border Color

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

This div border color is #a1caef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,202,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1caef


Comments

No comments written yet.

Please login to write comment.