Color Hex Logo

#84aeda Color Hex

#84AEDA
(132,174,218)
0 Favorites   0 Comments

Color spaces of #84aeda

RGB 132174218
HSL0.590.540.69
HSV211°39°85°
CMYK 0.390.200.00   0.15
XYZ37.306740.239672.1304
Yxy40.23960.24920.2688
Hunter Lab63.4347-6.0327-23.0133
CIE-Lab69.6398-3.0487-26.6927

#84aeda color RGB value is (132,174,218).

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

The process color (four color CMYK) of #84aeda color hex is 0.39, 0.20, 0.00, 0.15. Web safe color of #84aeda is #9999cc. Color #84aeda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10101110 11011010
Octal 204 256 332
Decimal 132 174 218
Hex 84 AE DA

RGB Percentages of Color #84aeda

%25.19
%33.21
%41.60

CMYK Percentages of Color #84aeda

%39
%20
%0
%15

Triadic Colors of #84aeda

#84aeda #da84ae #aeda84

Analogous Colors of #84aeda

#84aeda #8584da #84d9da

Monochromatic Colors of #84aeda

#84aeda

Complementary Color

#84aeda #dab084

#84aeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84aeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#84aeda Color CSS Codes

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

#84aeda Text Font Color

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

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


#84aeda Background Color

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

This div background color is #84aeda


#84aeda Border Color

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

This div border color is #84aeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84aeda


Comments

No comments written yet.

Please login to write comment.