Color Hex Logo

#84afbc Color Hex

#84AFBC
(132,175,188)
0 Favorites   0 Comments

Color spaces of #84afbc

RGB 132175188
HSL0.540.290.63
HSV194°30°74°
CMYK 0.300.070.00   0.26
XYZ33.922839.196353.3547
Yxy39.19630.26820.3099
Hunter Lab62.6069-12.8441-6.7031
CIE-Lab68.8932-11.2518-11.3091

#84afbc color RGB value is (132,175,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10101111 10111100
Octal 204 257 274
Decimal 132 175 188
Hex 84 AF BC

RGB Percentages of Color #84afbc

%26.67
%35.35
%37.98

CMYK Percentages of Color #84afbc

%30
%7
%0
%26

Triadic Colors of #84afbc

#84afbc #bc84af #afbc84

Analogous Colors of #84afbc

#84afbc #8493bc #84bcad

Monochromatic Colors of #84afbc

#84afbc

Complementary Color

#84afbc #bc9184

#84afbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84afbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#84afbc Color CSS Codes

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

#84afbc Text Font Color

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

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


#84afbc Background Color

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

This div background color is #84afbc


#84afbc Border Color

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

This div border color is #84afbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84afbc


Comments

No comments written yet.

Please login to write comment.