Color Hex Logo

#84bacb Color Hex

#84BACB
(132,186,203)
0 Favorites   0 Comments

Color spaces of #84bacb

RGB 132186203
HSL0.540.410.66
HSV194°35°80°
CMYK 0.350.080.00   0.20
XYZ37.854144.335163.0623
Yxy44.33510.26060.3052
Hunter Lab66.5846-15.0438-9.5443
CIE-Lab72.4519-13.3878-14.2086

#84bacb color RGB value is (132,186,203).

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

The process color (four color CMYK) of #84bacb color hex is 0.35, 0.08, 0.00, 0.20. Web safe color of #84bacb is #99cccc. Color #84bacb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10111010 11001011
Octal 204 272 313
Decimal 132 186 203
Hex 84 BA CB

RGB Percentages of Color #84bacb

%25.34
%35.70
%38.96

CMYK Percentages of Color #84bacb

%35
%8
%0
%20

Triadic Colors of #84bacb

#84bacb #cb84ba #bacb84

Analogous Colors of #84bacb

#84bacb #8497cb #84cbb9

Monochromatic Colors of #84bacb

#84bacb

Complementary Color

#84bacb #cb9584

#84bacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84bacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#84bacb Color CSS Codes

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

#84bacb Text Font Color

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

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


#84bacb Background Color

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

This div background color is #84bacb


#84bacb Border Color

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

This div border color is #84bacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84bacb


Comments

No comments written yet.

Please login to write comment.