Color Hex Logo

#aedbdc Color Hex

#AEDBDC
(174,219,220)
0 Favorites   0 Comments

Color spaces of #aedbdc

RGB 174219220
HSL0.500.400.77
HSV181°21°86°
CMYK 0.210.000.00   0.14
XYZ55.705364.829077.2874
Yxy64.82900.28160.3277
Hunter Lab80.5165-17.4086-0.5507
CIE-Lab84.3955-14.3095-5.3116

#aedbdc color RGB value is (174,219,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 11011100
Octal 256 333 334
Decimal 174 219 220
Hex AE DB DC

RGB Percentages of Color #aedbdc

%28.38
%35.73
%35.89

CMYK Percentages of Color #aedbdc

%21
%0
%0
%14

Triadic Colors of #aedbdc

#aedbdc #dcaedb #dbdcae

Analogous Colors of #aedbdc

#aedbdc #aec4dc #aedcc6

Monochromatic Colors of #aedbdc

#aedbdc

Complementary Color

#aedbdc #dcafae

#aedbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedbdc Color CSS Codes

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

#aedbdc Text Font Color

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

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


#aedbdc Background Color

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

This div background color is #aedbdc


#aedbdc Border Color

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

This div border color is #aedbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedbdc


Comments

No comments written yet.

Please login to write comment.