Color Hex Logo

#aed3cb Color Hex

#AED3CB
(174,211,203)
0 Favorites   0 Comments

Color spaces of #aed3cb

RGB 174211203
HSL0.460.300.75
HSV167°18°83°
CMYK 0.180.000.04   0.17
XYZ51.529359.899065.3457
Yxy59.89900.29150.3388
Hunter Lab77.3944-16.59484.1164
CIE-Lab81.7833-13.7784-0.1084

#aed3cb color RGB value is (174,211,203).

#aed3cb hex color red value is 174, green value is 211 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #aed3cb hue: 0.46 , saturation: 0.30 and the lightness value of aed3cb is 0.75.

The process color (four color CMYK) of #aed3cb color hex is 0.18, 0.00, 0.04, 0.17. Web safe color of #aed3cb is #99cccc. Color #aed3cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010011 11001011
Octal 256 323 313
Decimal 174 211 203
Hex AE D3 CB

RGB Percentages of Color #aed3cb

%29.59
%35.88
%34.52

CMYK Percentages of Color #aed3cb

%18
%0
%4
%17

Triadic Colors of #aed3cb

#aed3cb #cbaed3 #d3cbae

Analogous Colors of #aed3cb

#aed3cb #aec9d3 #aed3b9

Monochromatic Colors of #aed3cb

#aed3cb

Complementary Color

#aed3cb #d3aeb6

#aed3cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed3cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed3cb Color CSS Codes

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

#aed3cb Text Font Color

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

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


#aed3cb Background Color

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

This div background color is #aed3cb


#aed3cb Border Color

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

This div border color is #aed3cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,211,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 #aed3cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed3cb


Comments

No comments written yet.

Please login to write comment.