Color Hex Logo

#84b3cd Color Hex

#84B3CD
(132,179,205)
0 Favorites   0 Comments

Color spaces of #84b3cd

RGB 132179205
HSL0.560.420.66
HSV201°36°80°
CMYK 0.360.130.00   0.20
XYZ36.655341.553563.8463
Yxy41.55350.25800.2925
Hunter Lab64.4620-11.3073-13.6003
CIE-Lab70.5620-9.1667-18.1551

#84b3cd color RGB value is (132,179,205).

#84b3cd hex color red value is 132, green value is 179 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #84b3cd hue: 0.56 , saturation: 0.42 and the lightness value of 84b3cd is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10110011 11001101
Octal 204 263 315
Decimal 132 179 205
Hex 84 B3 CD

RGB Percentages of Color #84b3cd

%25.58
%34.69
%39.73

CMYK Percentages of Color #84b3cd

%36
%13
%0
%20

Triadic Colors of #84b3cd

#84b3cd #cd84b3 #b3cd84

Analogous Colors of #84b3cd

#84b3cd #848fcd #84cdc3

Monochromatic Colors of #84b3cd

#84b3cd

Complementary Color

#84b3cd #cd9e84

#84b3cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84b3cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#84b3cd Color CSS Codes

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

#84b3cd Text Font Color

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

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


#84b3cd Background Color

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

This div background color is #84b3cd


#84b3cd Border Color

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

This div border color is #84b3cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84b3cd


Comments

No comments written yet.

Please login to write comment.