Color Hex Logo

#aedbb7 Color Hex

#AEDBB7
(174,219,183)
0 Favorites   0 Comments

Color spaces of #aedbb7

RGB 174219183
HSL0.370.380.77
HSV132°21°86°
CMYK 0.210.000.16   0.14
XYZ51.334363.080654.2699
Yxy63.08060.30430.3740
Hunter Lab79.4233-23.619415.0835
CIE-Lab83.4848-21.627412.9523

#aedbb7 color RGB value is (174,219,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 10110111
Octal 256 333 267
Decimal 174 219 183
Hex AE DB B7

RGB Percentages of Color #aedbb7

%30.21
%38.02
%31.77

CMYK Percentages of Color #aedbb7

%21
%0
%16
%14

Triadic Colors of #aedbb7

#aedbb7 #b7aedb #dbb7ae

Analogous Colors of #aedbb7

#aedbb7 #aedbce #bcdbae

Monochromatic Colors of #aedbb7

#aedbb7

Complementary Color

#aedbb7 #dbaed2

#aedbb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedbb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedbb7 Color CSS Codes

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

#aedbb7 Text Font Color

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

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


#aedbb7 Background Color

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

This div background color is #aedbb7


#aedbb7 Border Color

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

This div border color is #aedbb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedbb7


Comments

No comments written yet.

Please login to write comment.