Color Hex Logo

#84edfe Color Hex

#84EDFE
(132,237,254)
0 Favorites   0 Comments

Color spaces of #84edfe

RGB 132237254
HSL0.520.980.76
HSV188°48°100°
CMYK 0.480.070.00   0.00
XYZ57.689372.6297104.7443
Yxy72.62970.24540.3090
Hunter Lab85.2231-28.3099-13.2149
CIE-Lab88.2708-26.1035-17.6559

#84edfe color RGB value is (132,237,254).

#84edfe hex color red value is 132, green value is 237 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #84edfe hue: 0.52 , saturation: 0.98 and the lightness value of 84edfe is 0.76.

The process color (four color CMYK) of #84edfe color hex is 0.48, 0.07, 0.00, 0.00. Web safe color of #84edfe is #99ffff. Color #84edfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11101101 11111110
Octal 204 355 376
Decimal 132 237 254
Hex 84 ED FE

RGB Percentages of Color #84edfe

%21.19
%38.04
%40.77

CMYK Percentages of Color #84edfe

%48
%7
%0
%0

Triadic Colors of #84edfe

#84edfe #fe84ed #edfe84

Analogous Colors of #84edfe

#84edfe #84b0fe #84fed2

Monochromatic Colors of #84edfe

#84edfe

Complementary Color

#84edfe #fe9584

#84edfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84edfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#84edfe Color CSS Codes

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

#84edfe Text Font Color

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

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


#84edfe Background Color

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

This div background color is #84edfe


#84edfe Border Color

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

This div border color is #84edfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84edfe


Comments

No comments written yet.

Please login to write comment.