Color Hex Logo

#84fded Color Hex

#84FDED
(132,253,237)
0 Favorites   0 Comments

Color spaces of #84fded

RGB 132253237
HSL0.480.970.75
HSV172°48°99°
CMYK 0.480.000.06   0.01
XYZ59.927181.270592.6491
Yxy81.27050.25630.3475
Hunter Lab90.1502-39.10532.1716
CIE-Lab92.2519-37.8589-2.8796

#84fded color RGB value is (132,253,237).

#84fded hex color red value is 132, green value is 253 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #84fded hue: 0.48 , saturation: 0.97 and the lightness value of 84fded is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11111101 11101101
Octal 204 375 355
Decimal 132 253 237
Hex 84 FD ED

RGB Percentages of Color #84fded

%21.22
%40.68
%38.10

CMYK Percentages of Color #84fded

%48
%0
%6
%1

Triadic Colors of #84fded

#84fded #ed84fd #fded84

Analogous Colors of #84fded

#84fded #84d1fd #84fdb1

Monochromatic Colors of #84fded

#84fded

Complementary Color

#84fded #fd8494

#84fded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84fded Color Preview on White Background

Lorem ipsum dolor sit amet.

#84fded Color CSS Codes

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

#84fded Text Font Color

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

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


#84fded Background Color

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

This div background color is #84fded


#84fded Border Color

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

This div border color is #84fded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84fded


Comments

No comments written yet.

Please login to write comment.