Color Hex Logo

#84bdbc Color Hex

#84BDBC
(132,189,188)
0 Favorites   0 Comments

Color spaces of #84bdbc

RGB 132189188
HSL0.500.300.63
HSV179°30°74°
CMYK 0.300.000.01   0.26
XYZ36.790444.931654.3106
Yxy44.93160.27050.3303
Hunter Lab67.0310-19.3335-1.1168
CIE-Lab72.8468-18.5686-5.4286

#84bdbc color RGB value is (132,189,188).

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

The process color (four color CMYK) of #84bdbc color hex is 0.30, 0.00, 0.01, 0.26. Web safe color of #84bdbc is #99cccc. Color #84bdbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10111101 10111100
Octal 204 275 274
Decimal 132 189 188
Hex 84 BD BC

RGB Percentages of Color #84bdbc

%25.93
%37.13
%36.94

CMYK Percentages of Color #84bdbc

%30
%0
%1
%26

Triadic Colors of #84bdbc

#84bdbc #bc84bd #bdbc84

Analogous Colors of #84bdbc

#84bdbc #84a2bd #84bda0

Monochromatic Colors of #84bdbc

#84bdbc

Complementary Color

#84bdbc #bd8485

#84bdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84bdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#84bdbc Color CSS Codes

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

#84bdbc Text Font Color

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

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


#84bdbc Background Color

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

This div background color is #84bdbc


#84bdbc Border Color

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

This div border color is #84bdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84bdbc


Comments

No comments written yet.

Please login to write comment.