Color Hex Logo

#84aeba Color Hex

#84AEBA
(132,174,186)
0 Favorites   0 Comments

Color spaces of #84aeba

RGB 132174186
HSL0.540.280.62
HSV193°29°73°
CMYK 0.290.060.00   0.27
XYZ33.514738.722852.1622
Yxy38.72280.26940.3113
Hunter Lab62.2276-12.7615-6.1404
CIE-Lab68.5500-11.2004-10.7173

#84aeba color RGB value is (132,174,186).

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

The process color (four color CMYK) of #84aeba color hex is 0.29, 0.06, 0.00, 0.27. Web safe color of #84aeba is #9999cc. Color #84aeba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10101110 10111010
Octal 204 256 272
Decimal 132 174 186
Hex 84 AE BA

RGB Percentages of Color #84aeba

%26.83
%35.37
%37.80

CMYK Percentages of Color #84aeba

%29
%6
%0
%27

Triadic Colors of #84aeba

#84aeba #ba84ae #aeba84

Analogous Colors of #84aeba

#84aeba #8493ba #84baab

Monochromatic Colors of #84aeba

#84aeba

Complementary Color

#84aeba #ba9084

#84aeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84aeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#84aeba Color CSS Codes

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

#84aeba Text Font Color

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

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


#84aeba Background Color

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

This div background color is #84aeba


#84aeba Border Color

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

This div border color is #84aeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84aeba


Comments

No comments written yet.

Please login to write comment.