Color Hex Logo

#84fbca Color Hex

#84FBCA
(132,251,202)
0 Favorites   0 Comments

Color spaces of #84fbca

RGB 132251202
HSL0.430.940.75
HSV155°47°98°
CMYK 0.470.000.20   0.02
XYZ54.673678.164268.0827
Yxy78.16420.27210.3890
Hunter Lab88.4105-44.332916.2296
CIE-Lab90.8548-44.750413.2090

#84fbca color RGB value is (132,251,202).

#84fbca hex color red value is 132, green value is 251 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #84fbca hue: 0.43 , saturation: 0.94 and the lightness value of 84fbca is 0.75.

The process color (four color CMYK) of #84fbca color hex is 0.47, 0.00, 0.20, 0.02. Web safe color of #84fbca is #99ffcc. Color #84fbca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11111011 11001010
Octal 204 373 312
Decimal 132 251 202
Hex 84 FB CA

RGB Percentages of Color #84fbca

%22.56
%42.91
%34.53

CMYK Percentages of Color #84fbca

%47
%0
%20
%2

Triadic Colors of #84fbca

#84fbca #ca84fb #fbca84

Analogous Colors of #84fbca

#84fbca #84f1fb #84fb8f

Monochromatic Colors of #84fbca

#84fbca

Complementary Color

#84fbca #fb84b5

#84fbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84fbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#84fbca Color CSS Codes

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

#84fbca Text Font Color

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

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


#84fbca Background Color

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

This div background color is #84fbca


#84fbca Border Color

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

This div border color is #84fbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84fbca

Related Colors


Comments

No comments written yet.

Please login to write comment.