Color Hex Logo

#a4cedf Color Hex

#A4CEDF
(164,206,223)
0 Favorites   0 Comments

Color spaces of #a4cedf

RGB 164206223
HSL0.550.480.76
HSV197°26°87°
CMYK 0.260.080.00   0.13
XYZ50.700457.362878.2120
Yxy57.36280.27220.3079
Hunter Lab75.7382-13.0511-8.2098
CIE-Lab80.3832-9.9417-12.9381

#a4cedf color RGB value is (164,206,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11001110 11011111
Octal 244 316 337
Decimal 164 206 223
Hex A4 CE DF

RGB Percentages of Color #a4cedf

%27.66
%34.74
%37.61

CMYK Percentages of Color #a4cedf

%26
%8
%0
%13

Triadic Colors of #a4cedf

#a4cedf #dfa4ce #cedfa4

Analogous Colors of #a4cedf

#a4cedf #a4b1df #a4dfd3

Monochromatic Colors of #a4cedf

#a4cedf

Complementary Color

#a4cedf #dfb5a4

#a4cedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4cedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4cedf Color CSS Codes

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

#a4cedf Text Font Color

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

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


#a4cedf Background Color

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

This div background color is #a4cedf


#a4cedf Border Color

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

This div border color is #a4cedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4cedf


Comments

No comments written yet.

Please login to write comment.