Color Hex Logo

#a4cbce Color Hex

#A4CBCE
(164,203,206)
0 Favorites   0 Comments

Color spaces of #a4cbce

RGB 164203206
HSL0.510.300.73
HSV184°20°81°
CMYK 0.200.010.00   0.19
XYZ47.806455.060666.5006
Yxy55.06060.28230.3251
Hunter Lab74.2028-14.8534-1.1937
CIE-Lab79.0762-12.1749-5.7639

#a4cbce color RGB value is (164,203,206).

#a4cbce hex color red value is 164, green value is 203 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a4cbce hue: 0.51 , saturation: 0.30 and the lightness value of a4cbce is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11001011 11001110
Octal 244 313 316
Decimal 164 203 206
Hex A4 CB CE

RGB Percentages of Color #a4cbce

%28.62
%35.43
%35.95

CMYK Percentages of Color #a4cbce

%20
%1
%0
%19

Triadic Colors of #a4cbce

#a4cbce #cea4cb #cbcea4

Analogous Colors of #a4cbce

#a4cbce #a4b6ce #a4cebc

Monochromatic Colors of #a4cbce

#a4cbce

Complementary Color

#a4cbce #cea7a4

#a4cbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4cbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4cbce Color CSS Codes

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

#a4cbce Text Font Color

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

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


#a4cbce Background Color

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

This div background color is #a4cbce


#a4cbce Border Color

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

This div border color is #a4cbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4cbce


Comments

No comments written yet.

Please login to write comment.