Color Hex Logo

#aedbca Color Hex

#AEDBCA
(174,219,202)
0 Favorites   0 Comments

Color spaces of #aedbca

RGB 174219202
HSL0.440.380.77
HSV157°21°86°
CMYK 0.210.000.08   0.14
XYZ53.447763.926065.3991
Yxy63.92600.29240.3498
Hunter Lab79.9537-20.59497.4707
CIE-Lab83.9272-18.02173.5422

#aedbca color RGB value is (174,219,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 11001010
Octal 256 333 312
Decimal 174 219 202
Hex AE DB CA

RGB Percentages of Color #aedbca

%29.24
%36.81
%33.95

CMYK Percentages of Color #aedbca

%21
%0
%8
%14

Triadic Colors of #aedbca

#aedbca #caaedb #dbcaae

Analogous Colors of #aedbca

#aedbca #aed6db #aedbb4

Monochromatic Colors of #aedbca

#aedbca

Complementary Color

#aedbca #dbaebf

#aedbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedbca Color CSS Codes

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

#aedbca Text Font Color

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

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


#aedbca Background Color

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

This div background color is #aedbca


#aedbca Border Color

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

This div border color is #aedbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedbca


Comments

No comments written yet.

Please login to write comment.