Color Hex Logo

#aedebc Color Hex

#AEDEBC
(174,222,188)
0 Favorites   0 Comments

Color spaces of #aedebc

RGB 174222188
HSL0.380.420.78
HSV138°22°87°
CMYK 0.220.000.15   0.13
XYZ52.653964.872157.3234
Yxy64.87210.30110.3710
Hunter Lab80.5432-24.259014.1830
CIE-Lab84.4178-22.189511.6410

#aedebc color RGB value is (174,222,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011110 10111100
Octal 256 336 274
Decimal 174 222 188
Hex AE DE BC

RGB Percentages of Color #aedebc

%29.79
%38.01
%32.19

CMYK Percentages of Color #aedebc

%22
%0
%15
%13

Triadic Colors of #aedebc

#aedebc #bcaede #debcae

Analogous Colors of #aedebc

#aedebc #aeded4 #b8deae

Monochromatic Colors of #aedebc

#aedebc

Complementary Color

#aedebc #deaed0

#aedebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedebc Color CSS Codes

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

#aedebc Text Font Color

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

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


#aedebc Background Color

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

This div background color is #aedebc


#aedebc Border Color

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

This div border color is #aedebc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,222,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedebc


Comments

No comments written yet.

Please login to write comment.