Color Hex Logo

#a4cced Color Hex

#A4CCED
(164,204,237)
0 Favorites   0 Comments

Color spaces of #a4cced

RGB 164204237
HSL0.580.670.79
HSV207°31°93°
CMYK 0.310.140.00   0.07
XYZ52.188857.192788.4094
Yxy57.19270.26390.2892
Hunter Lab75.6259-9.1638-16.3741
CIE-Lab80.2879-5.6007-20.5712

#a4cced color RGB value is (164,204,237).

#a4cced hex color red value is 164, green value is 204 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a4cced hue: 0.58 , saturation: 0.67 and the lightness value of a4cced is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11001100 11101101
Octal 244 314 355
Decimal 164 204 237
Hex A4 CC ED

RGB Percentages of Color #a4cced

%27.11
%33.72
%39.17

CMYK Percentages of Color #a4cced

%31
%14
%0
%7

Triadic Colors of #a4cced

#a4cced #eda4cc #cceda4

Analogous Colors of #a4cced

#a4cced #a4a8ed #a4edea

Monochromatic Colors of #a4cced

#a4cced

Complementary Color

#a4cced #edc5a4

#a4cced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4cced Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4cced Color CSS Codes

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

#a4cced Text Font Color

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

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


#a4cced Background Color

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

This div background color is #a4cced


#a4cced Border Color

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

This div border color is #a4cced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4cced


Comments

No comments written yet.

Please login to write comment.