Color Hex Logo

#84fcdf Color Hex

#84FCDF
(132,252,223)
0 Favorites   0 Comments

Color spaces of #84fcdf

RGB 132252223
HSL0.460.950.75
HSV166°48°99°
CMYK 0.480.000.12   0.01
XYZ57.645479.854182.1872
Yxy79.85410.26240.3635
Hunter Lab89.3611-41.23458.0226
CIE-Lab91.6194-40.64433.4500

#84fcdf color RGB value is (132,252,223).

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

The process color (four color CMYK) of #84fcdf color hex is 0.48, 0.00, 0.12, 0.01. Web safe color of #84fcdf is #99ffcc. Color #84fcdf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11111100 11011111
Octal 204 374 337
Decimal 132 252 223
Hex 84 FC DF

RGB Percentages of Color #84fcdf

%21.75
%41.52
%36.74

CMYK Percentages of Color #84fcdf

%48
%0
%12
%1

Triadic Colors of #84fcdf

#84fcdf #df84fc #fcdf84

Analogous Colors of #84fcdf

#84fcdf #84ddfc #84fca3

Monochromatic Colors of #84fcdf

#84fcdf

Complementary Color

#84fcdf #fc84a1

#84fcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84fcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#84fcdf Color CSS Codes

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

#84fcdf Text Font Color

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

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


#84fcdf Background Color

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

This div background color is #84fcdf


#84fcdf Border Color

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

This div border color is #84fcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84fcdf

Related Colors


Comments

No comments written yet.

Please login to write comment.