Color Hex Logo

#84cabb Color Hex

#84CABB
(132,202,187)
0 Favorites   0 Comments

Color spaces of #84cabb

RGB 132202187
HSL0.460.400.65
HSV167°35°79°
CMYK 0.350.000.07   0.21
XYZ39.605950.734454.7190
Yxy50.73440.27300.3497
Hunter Lab71.2281-25.39544.3118
CIE-Lab76.5178-25.32400.5042

#84cabb color RGB value is (132,202,187).

#84cabb hex color red value is 132, green value is 202 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #84cabb hue: 0.46 , saturation: 0.40 and the lightness value of 84cabb is 0.65.

The process color (four color CMYK) of #84cabb color hex is 0.35, 0.00, 0.07, 0.21. Web safe color of #84cabb is #99cccc. Color #84cabb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11001010 10111011
Octal 204 312 273
Decimal 132 202 187
Hex 84 CA BB

RGB Percentages of Color #84cabb

%25.34
%38.77
%35.89

CMYK Percentages of Color #84cabb

%35
%0
%7
%21

Triadic Colors of #84cabb

#84cabb #bb84ca #cabb84

Analogous Colors of #84cabb

#84cabb #84b6ca #84ca98

Monochromatic Colors of #84cabb

#84cabb

Complementary Color

#84cabb #ca8493

#84cabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84cabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#84cabb Color CSS Codes

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

#84cabb Text Font Color

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

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


#84cabb Background Color

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

This div background color is #84cabb


#84cabb Border Color

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

This div border color is #84cabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84cabb


Comments

No comments written yet.

Please login to write comment.