Color Hex Logo

#84beba Color Hex

#84BEBA
(132,190,186)
0 Favorites   0 Comments

Color spaces of #84beba

RGB 132190186
HSL0.490.310.63
HSV176°31°75°
CMYK 0.310.000.02   0.25
XYZ36.792145.277653.2547
Yxy45.27760.27190.3346
Hunter Lab67.2886-20.15480.1778
CIE-Lab73.0743-19.5435-4.0017

#84beba color RGB value is (132,190,186).

#84beba hex color red value is 132, green value is 190 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #84beba hue: 0.49 , saturation: 0.31 and the lightness value of 84beba is 0.63.

The process color (four color CMYK) of #84beba color hex is 0.31, 0.00, 0.02, 0.25. Web safe color of #84beba is #99cccc. Color #84beba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10111110 10111010
Octal 204 276 272
Decimal 132 190 186
Hex 84 BE BA

RGB Percentages of Color #84beba

%25.98
%37.40
%36.61

CMYK Percentages of Color #84beba

%31
%0
%2
%25

Triadic Colors of #84beba

#84beba #ba84be #beba84

Analogous Colors of #84beba

#84beba #84a5be #84be9d

Monochromatic Colors of #84beba

#84beba

Complementary Color

#84beba #be8488

#84beba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84beba Color Preview on White Background

Lorem ipsum dolor sit amet.

#84beba Color CSS Codes

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

#84beba Text Font Color

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

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


#84beba Background Color

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

This div background color is #84beba


#84beba Border Color

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

This div border color is #84beba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84beba


Comments

No comments written yet.

Please login to write comment.