Color Hex Logo

#a1cbec Color Hex

#A1CBEC
(161,203,236)
0 Favorites   0 Comments

Color spaces of #a1cbec

RGB 161203236
HSL0.570.660.78
HSV206°32°93°
CMYK 0.320.140.00   0.07
XYZ51.194256.345187.5343
Yxy56.34510.26240.2888
Hunter Lab75.0634-9.6216-16.5960
CIE-Lab79.8098-6.1579-20.7777

#a1cbec color RGB value is (161,203,236).

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

The process color (four color CMYK) of #a1cbec color hex is 0.32, 0.14, 0.00, 0.07. Web safe color of #a1cbec is #99ccff. Color #a1cbec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11001011 11101100
Octal 241 313 354
Decimal 161 203 236
Hex A1 CB EC

RGB Percentages of Color #a1cbec

%26.83
%33.83
%39.33

CMYK Percentages of Color #a1cbec

%32
%14
%0
%7

Triadic Colors of #a1cbec

#a1cbec #eca1cb #cbeca1

Analogous Colors of #a1cbec

#a1cbec #a1a6ec #a1ece8

Monochromatic Colors of #a1cbec

#a1cbec

Complementary Color

#a1cbec #ecc2a1

#a1cbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1cbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1cbec Color CSS Codes

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

#a1cbec Text Font Color

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

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


#a1cbec Background Color

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

This div background color is #a1cbec


#a1cbec Border Color

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

This div border color is #a1cbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1cbec


Comments

No comments written yet.

Please login to write comment.