Color Hex Logo

#aedebb Color Hex

#AEDEBB
(174,222,187)
0 Favorites   0 Comments

Color spaces of #aedebb

RGB 174222187
HSL0.380.420.78
HSV136°22°87°
CMYK 0.220.000.16   0.13
XYZ52.546564.829156.7575
Yxy64.82910.30180.3723
Hunter Lab80.5165-24.411714.5670
CIE-Lab84.3956-22.373212.1359

#aedebb color RGB value is (174,222,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011110 10111011
Octal 256 336 273
Decimal 174 222 187
Hex AE DE BB

RGB Percentages of Color #aedebb

%29.85
%38.08
%32.08

CMYK Percentages of Color #aedebb

%22
%0
%16
%13

Triadic Colors of #aedebb

#aedebb #bbaede #debbae

Analogous Colors of #aedebb

#aedebb #aeded3 #b9deae

Monochromatic Colors of #aedebb

#aedebb

Complementary Color

#aedebb #deaed1

#aedebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedebb Color CSS Codes

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

#aedebb Text Font Color

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

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


#aedebb Background Color

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

This div background color is #aedebb


#aedebb Border Color

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

This div border color is #aedebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedebb


Comments

No comments written yet.

Please login to write comment.