Color Hex Logo

#84aedc Color Hex

#84AEDC
(132,174,220)
0 Favorites   0 Comments

Color spaces of #84aedc

RGB 132174220
HSL0.590.560.69
HSV211°40°86°
CMYK 0.400.210.00   0.14
XYZ37.570040.344973.5173
Yxy40.34490.24810.2664
Hunter Lab63.5176-5.5750-24.1618
CIE-Lab69.7145-2.5112-27.6744

#84aedc color RGB value is (132,174,220).

#84aedc hex color red value is 132, green value is 174 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #84aedc hue: 0.59 , saturation: 0.56 and the lightness value of 84aedc is 0.69.

The process color (four color CMYK) of #84aedc color hex is 0.40, 0.21, 0.00, 0.14. Web safe color of #84aedc is #9999cc. Color #84aedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10101110 11011100
Octal 204 256 334
Decimal 132 174 220
Hex 84 AE DC

RGB Percentages of Color #84aedc

%25.10
%33.08
%41.83

CMYK Percentages of Color #84aedc

%40
%21
%0
%14

Triadic Colors of #84aedc

#84aedc #dc84ae #aedc84

Analogous Colors of #84aedc

#84aedc #8684dc #84dadc

Monochromatic Colors of #84aedc

#84aedc

Complementary Color

#84aedc #dcb284

#84aedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84aedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#84aedc Color CSS Codes

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

#84aedc Text Font Color

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

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


#84aedc Background Color

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

This div background color is #84aedc


#84aedc Border Color

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

This div border color is #84aedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84aedc


Comments

No comments written yet.

Please login to write comment.