Color Hex Logo

#aedbbc Color Hex

#AEDBBC
(174,219,188)
0 Favorites   0 Comments

Color spaces of #aedbbc

RGB 174219188
HSL0.390.380.77
HSV139°21°86°
CMYK 0.210.000.14   0.14
XYZ51.864263.292557.0601
Yxy63.29250.30120.3675
Hunter Lab79.5566-22.857013.1652
CIE-Lab83.5960-20.710810.4719

#aedbbc color RGB value is (174,219,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 10111100
Octal 256 333 274
Decimal 174 219 188
Hex AE DB BC

RGB Percentages of Color #aedbbc

%29.95
%37.69
%32.36

CMYK Percentages of Color #aedbbc

%21
%0
%14
%14

Triadic Colors of #aedbbc

#aedbbc #bcaedb #dbbcae

Analogous Colors of #aedbbc

#aedbbc #aedbd3 #b7dbae

Monochromatic Colors of #aedbbc

#aedbbc

Complementary Color

#aedbbc #dbaecd

#aedbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedbbc Color CSS Codes

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

#aedbbc Text Font Color

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

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


#aedbbc Background Color

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

This div background color is #aedbbc


#aedbbc Border Color

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

This div border color is #aedbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedbbc


Comments

No comments written yet.

Please login to write comment.