Color Hex Logo

#84cbcb Color Hex

#84CBCB
(132,203,203)
0 Favorites   0 Comments

Color spaces of #84cbcb

RGB 132203203
HSL0.500.410.66
HSV180°35°80°
CMYK 0.350.000.00   0.20
XYZ41.651151.929264.3280
Yxy51.92920.26380.3289
Hunter Lab72.0619-22.9371-2.4835
CIE-Lab77.2385-22.1095-7.0638

#84cbcb color RGB value is (132,203,203).

#84cbcb hex color red value is 132, green value is 203 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #84cbcb hue: 0.50 , saturation: 0.41 and the lightness value of 84cbcb is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11001011 11001011
Octal 204 313 313
Decimal 132 203 203
Hex 84 CB CB

RGB Percentages of Color #84cbcb

%24.54
%37.73
%37.73

CMYK Percentages of Color #84cbcb

%35
%0
%0
%20

Triadic Colors of #84cbcb

#84cbcb #cb84cb #cbcb84

Analogous Colors of #84cbcb

#84cbcb #84a8cb #84cba8

Monochromatic Colors of #84cbcb

#84cbcb

Complementary Color

#84cbcb #cb8484

#84cbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84cbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#84cbcb Color CSS Codes

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

#84cbcb Text Font Color

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

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


#84cbcb Background Color

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

This div background color is #84cbcb


#84cbcb Border Color

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

This div border color is #84cbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84cbcb


Comments

No comments written yet.

Please login to write comment.