Color Hex Logo

#84aebc Color Hex

#84AEBC
(132,174,188)
0 Favorites   0 Comments

Color spaces of #84aebc

RGB 132174188
HSL0.540.290.63
HSV195°30°74°
CMYK 0.300.070.00   0.26
XYZ33.728938.808553.2900
Yxy38.80850.26810.3084
Hunter Lab62.2965-12.3744-7.1107
CIE-Lab68.6123-10.7181-11.7296

#84aebc color RGB value is (132,174,188).

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

The process color (four color CMYK) of #84aebc color hex is 0.30, 0.07, 0.00, 0.26. Web safe color of #84aebc is #9999cc. Color #84aebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10101110 10111100
Octal 204 256 274
Decimal 132 174 188
Hex 84 AE BC

RGB Percentages of Color #84aebc

%26.72
%35.22
%38.06

CMYK Percentages of Color #84aebc

%30
%7
%0
%26

Triadic Colors of #84aebc

#84aebc #bc84ae #aebc84

Analogous Colors of #84aebc

#84aebc #8492bc #84bcae

Monochromatic Colors of #84aebc

#84aebc

Complementary Color

#84aebc #bc9284

#84aebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84aebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#84aebc Color CSS Codes

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

#84aebc Text Font Color

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

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


#84aebc Background Color

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

This div background color is #84aebc


#84aebc Border Color

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

This div border color is #84aebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84aebc


Comments

No comments written yet.

Please login to write comment.