Color Hex Logo

#aedbbe Color Hex

#AEDBBE
(174,219,190)
0 Favorites   0 Comments

Color spaces of #aedbbe

RGB 174219190
HSL0.390.380.77
HSV141°21°86°
CMYK 0.210.000.13   0.14
XYZ52.081363.379458.2037
Yxy63.37940.29990.3650
Hunter Lab79.6112-22.545612.3809
CIE-Lab83.6416-20.33799.4803

#aedbbe color RGB value is (174,219,190).

#aedbbe hex color red value is 174, green value is 219 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #aedbbe hue: 0.39 , saturation: 0.38 and the lightness value of aedbbe is 0.77.

The process color (four color CMYK) of #aedbbe color hex is 0.21, 0.00, 0.13, 0.14. Web safe color of #aedbbe is #99cccc. Color #aedbbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 10111110
Octal 256 333 276
Decimal 174 219 190
Hex AE DB BE

RGB Percentages of Color #aedbbe

%29.85
%37.56
%32.59

CMYK Percentages of Color #aedbbe

%21
%0
%13
%14

Triadic Colors of #aedbbe

#aedbbe #beaedb #dbbeae

Analogous Colors of #aedbbe

#aedbbe #aedbd5 #b5dbae

Monochromatic Colors of #aedbbe

#aedbbe

Complementary Color

#aedbbe #dbaecb

#aedbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedbbe Color CSS Codes

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

#aedbbe Text Font Color

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

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


#aedbbe Background Color

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

This div background color is #aedbbe


#aedbbe Border Color

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

This div border color is #aedbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedbbe


Comments

No comments written yet.

Please login to write comment.