Color Hex Logo

#84dfcb Color Hex

#84DFCB
(132,223,203)
0 Favorites   0 Comments

Color spaces of #84dfcb

RGB 132223203
HSL0.460.590.70
HSV167°41°87°
CMYK 0.410.000.09   0.13
XYZ46.682961.992766.0053
Yxy61.99270.26720.3549
Hunter Lab78.7354-31.95295.4110
CIE-Lab82.9095-31.83771.2677

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

#84dfcb hex color red value is 132, green value is 223 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #84dfcb hue: 0.46 , saturation: 0.59 and the lightness value of 84dfcb is 0.70.

The process color (four color CMYK) of #84dfcb color hex is 0.41, 0.00, 0.09, 0.13. Web safe color of #84dfcb is #99cccc. Color #84dfcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11011111 11001011
Octal 204 337 313
Decimal 132 223 203
Hex 84 DF CB

RGB Percentages of Color #84dfcb

%23.66
%39.96
%36.38

CMYK Percentages of Color #84dfcb

%41
%0
%9
%13

Triadic Colors of #84dfcb

#84dfcb #cb84df #dfcb84

Analogous Colors of #84dfcb

#84dfcb #84c6df #84df9e

Monochromatic Colors of #84dfcb

#84dfcb

Complementary Color

#84dfcb #df8498

#84dfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84dfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#84dfcb Color CSS Codes

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

#84dfcb Text Font Color

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

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


#84dfcb Background Color

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

This div background color is #84dfcb


#84dfcb Border Color

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

This div border color is #84dfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84dfcb


Comments

No comments written yet.

Please login to write comment.