Color Hex Logo

#a5c1cb Color Hex

#A5C1CB
(165,193,203)
0 Favorites   0 Comments

Color spaces of #a5c1cb

RGB 165193203
HSL0.540.270.72
HSV196°19°80°
CMYK 0.190.050.00   0.20
XYZ45.366550.451163.8469
Yxy50.45110.28410.3160
Hunter Lab71.0289-10.2919-3.5747
CIE-Lab76.3453-7.2872-8.1844

#a5c1cb color RGB value is (165,193,203).

#a5c1cb hex color red value is 165, green value is 193 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a5c1cb hue: 0.54 , saturation: 0.27 and the lightness value of a5c1cb is 0.72.

The process color (four color CMYK) of #a5c1cb color hex is 0.19, 0.05, 0.00, 0.20. Web safe color of #a5c1cb is #99cccc. Color #a5c1cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11000001 11001011
Octal 245 301 313
Decimal 165 193 203
Hex A5 C1 CB

RGB Percentages of Color #a5c1cb

%29.41
%34.40
%36.19

CMYK Percentages of Color #a5c1cb

%19
%5
%0
%20

Triadic Colors of #a5c1cb

#a5c1cb #cba5c1 #c1cba5

Analogous Colors of #a5c1cb

#a5c1cb #a5aecb #a5cbc2

Monochromatic Colors of #a5c1cb

#a5c1cb

Complementary Color

#a5c1cb #cbafa5

#a5c1cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5c1cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5c1cb Color CSS Codes

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

#a5c1cb Text Font Color

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

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


#a5c1cb Background Color

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

This div background color is #a5c1cb


#a5c1cb Border Color

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

This div border color is #a5c1cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5c1cb


Comments

No comments written yet.

Please login to write comment.