Color Hex Logo

#aedbc2 Color Hex

#AEDBC2
(174,219,194)
0 Favorites   0 Comments

Color spaces of #aedbc2

RGB 174219194
HSL0.410.380.77
HSV147°21°86°
CMYK 0.210.000.11   0.14
XYZ52.524763.556760.5383
Yxy63.55670.29740.3599
Hunter Lab79.7225-21.910610.7831
CIE-Lab83.7344-19.58017.4985

#aedbc2 color RGB value is (174,219,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 11000010
Octal 256 333 302
Decimal 174 219 194
Hex AE DB C2

RGB Percentages of Color #aedbc2

%29.64
%37.31
%33.05

CMYK Percentages of Color #aedbc2

%21
%0
%11
%14

Triadic Colors of #aedbc2

#aedbc2 #c2aedb #dbc2ae

Analogous Colors of #aedbc2

#aedbc2 #aedbd9 #b1dbae

Monochromatic Colors of #aedbc2

#aedbc2

Complementary Color

#aedbc2 #dbaec7

#aedbc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedbc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedbc2 Color CSS Codes

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

#aedbc2 Text Font Color

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

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


#aedbc2 Background Color

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

This div background color is #aedbc2


#aedbc2 Border Color

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

This div border color is #aedbc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedbc2


Comments

No comments written yet.

Please login to write comment.