Color Hex Logo

#a4cbde Color Hex

#A4CBDE
(164,203,222)
0 Favorites   0 Comments

Color spaces of #a4cbde

RGB 164203222
HSL0.550.470.76
HSV200°26°87°
CMYK 0.260.090.00   0.13
XYZ49.850655.878377.2654
Yxy55.87830.27240.3054
Hunter Lab74.7518-11.7772-8.9574
CIE-Lab79.5445-8.6049-13.6586

#a4cbde color RGB value is (164,203,222).

#a4cbde hex color red value is 164, green value is 203 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a4cbde hue: 0.55 , saturation: 0.47 and the lightness value of a4cbde is 0.76.

The process color (four color CMYK) of #a4cbde color hex is 0.26, 0.09, 0.00, 0.13. Web safe color of #a4cbde is #99cccc. Color #a4cbde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11001011 11011110
Octal 244 313 336
Decimal 164 203 222
Hex A4 CB DE

RGB Percentages of Color #a4cbde

%27.84
%34.47
%37.69

CMYK Percentages of Color #a4cbde

%26
%9
%0
%13

Triadic Colors of #a4cbde

#a4cbde #dea4cb #cbdea4

Analogous Colors of #a4cbde

#a4cbde #a4aede #a4ded4

Monochromatic Colors of #a4cbde

#a4cbde

Complementary Color

#a4cbde #deb7a4

#a4cbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4cbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4cbde Color CSS Codes

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

#a4cbde Text Font Color

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

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


#a4cbde Background Color

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

This div background color is #a4cbde


#a4cbde Border Color

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

This div border color is #a4cbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4cbde


Comments

No comments written yet.

Please login to write comment.