Color Hex Logo

#aedbd8 Color Hex

#AEDBD8
(174,219,216)
0 Favorites   0 Comments

Color spaces of #aedbd8

RGB 174219216
HSL0.490.380.77
HSV176°21°86°
CMYK 0.210.000.01   0.14
XYZ55.181764.619674.5302
Yxy64.61960.28400.3325
Hunter Lab80.3863-18.14361.2997
CIE-Lab84.2873-15.1582-3.3509

#aedbd8 color RGB value is (174,219,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 11011000
Octal 256 333 330
Decimal 174 219 216
Hex AE DB D8

RGB Percentages of Color #aedbd8

%28.57
%35.96
%35.47

CMYK Percentages of Color #aedbd8

%21
%0
%1
%14

Triadic Colors of #aedbd8

#aedbd8 #d8aedb #dbd8ae

Analogous Colors of #aedbd8

#aedbd8 #aec8db #aedbc2

Monochromatic Colors of #aedbd8

#aedbd8

Complementary Color

#aedbd8 #dbaeb1

#aedbd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedbd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedbd8 Color CSS Codes

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

#aedbd8 Text Font Color

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

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


#aedbd8 Background Color

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

This div background color is #aedbd8


#aedbd8 Border Color

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

This div border color is #aedbd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedbd8


Comments

No comments written yet.

Please login to write comment.