Color Hex Logo

#84ebfc Color Hex

#84EBFC
(132,235,252)
0 Favorites   0 Comments

Color spaces of #84ebfc

RGB 132235252
HSL0.520.950.75
HSV189°48°99°
CMYK 0.480.070.00   0.01
XYZ56.794771.3505102.8741
Yxy71.35050.24580.3089
Hunter Lab84.4692-27.8028-13.0802
CIE-Lab87.6550-25.6489-17.5355

#84ebfc color RGB value is (132,235,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11101011 11111100
Octal 204 353 374
Decimal 132 235 252
Hex 84 EB FC

RGB Percentages of Color #84ebfc

%21.32
%37.96
%40.71

CMYK Percentages of Color #84ebfc

%48
%7
%0
%1

Triadic Colors of #84ebfc

#84ebfc #fc84eb #ebfc84

Analogous Colors of #84ebfc

#84ebfc #84affc #84fcd1

Monochromatic Colors of #84ebfc

#84ebfc

Complementary Color

#84ebfc #fc9584

#84ebfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84ebfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#84ebfc Color CSS Codes

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

#84ebfc Text Font Color

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

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


#84ebfc Background Color

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

This div background color is #84ebfc


#84ebfc Border Color

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

This div border color is #84ebfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84ebfc

Related Colors


Comments

No comments written yet.

Please login to write comment.