Color Hex Logo

#aedece Color Hex

#AEDECE
(174,222,206)
0 Favorites   0 Comments

Color spaces of #aedece

RGB 174222206
HSL0.440.420.78
HSV160°22°87°
CMYK 0.220.000.07   0.13
XYZ54.717465.697568.1895
Yxy65.69750.29010.3483
Hunter Lab81.0540-21.34396.8580
CIE-Lab84.8419-18.72172.7525

#aedece color RGB value is (174,222,206).

#aedece hex color red value is 174, green value is 222 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #aedece hue: 0.44 , saturation: 0.42 and the lightness value of aedece is 0.78.

The process color (four color CMYK) of #aedece color hex is 0.22, 0.00, 0.07, 0.13. Web safe color of #aedece is #99cccc. Color #aedece contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011110 11001110
Octal 256 336 316
Decimal 174 222 206
Hex AE DE CE

RGB Percentages of Color #aedece

%28.90
%36.88
%34.22

CMYK Percentages of Color #aedece

%22
%0
%7
%13

Triadic Colors of #aedece

#aedece #ceaede #deceae

Analogous Colors of #aedece

#aedece #aed6de #aedeb6

Monochromatic Colors of #aedece

#aedece

Complementary Color

#aedece #deaebe

#aedece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedece Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedece Color CSS Codes

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

#aedece Text Font Color

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

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


#aedece Background Color

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

This div background color is #aedece


#aedece Border Color

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

This div border color is #aedece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedece


Comments

No comments written yet.

Please login to write comment.