Color Hex Logo

#aecdce Color Hex

#AECDCE
(174,205,206)
0 Favorites   0 Comments

Color spaces of #aecdce

RGB 174205206
HSL0.510.250.75
HSV182°16°81°
CMYK 0.160.000.00   0.19
XYZ50.427557.117566.7595
Yxy57.11750.28930.3277
Hunter Lab75.5761-13.15570.5300
CIE-Lab80.2456-10.0775-3.9674

#aecdce color RGB value is (174,205,206).

#aecdce hex color red value is 174, green value is 205 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #aecdce hue: 0.51 , saturation: 0.25 and the lightness value of aecdce is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001101 11001110
Octal 256 315 316
Decimal 174 205 206
Hex AE CD CE

RGB Percentages of Color #aecdce

%29.74
%35.04
%35.21

CMYK Percentages of Color #aecdce

%16
%0
%0
%19

Triadic Colors of #aecdce

#aecdce #ceaecd #cdceae

Analogous Colors of #aecdce

#aecdce #aebdce #aecebf

Monochromatic Colors of #aecdce

#aecdce

Complementary Color

#aecdce #ceafae

#aecdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecdce Color CSS Codes

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

#aecdce Text Font Color

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

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


#aecdce Background Color

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

This div background color is #aecdce


#aecdce Border Color

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

This div border color is #aecdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecdce


Comments

No comments written yet.

Please login to write comment.