Color Hex Logo

#84dafc Color Hex

#84DAFC
(132,218,252)
0 Favorites   0 Comments

Color spaces of #84dafc

RGB 132218252
HSL0.550.950.75
HSV197°48°99°
CMYK 0.480.130.00   0.01
XYZ52.157862.0766101.3284
Yxy62.07660.24200.2880
Hunter Lab78.7887-19.7140-21.0995
CIE-Lab82.9541-17.1744-24.6526

#84dafc color RGB value is (132,218,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11011010 11111100
Octal 204 332 374
Decimal 132 218 252
Hex 84 DA FC

RGB Percentages of Color #84dafc

%21.93
%36.21
%41.86

CMYK Percentages of Color #84dafc

%48
%13
%0
%1

Triadic Colors of #84dafc

#84dafc #fc84da #dafc84

Analogous Colors of #84dafc

#84dafc #849efc #84fce2

Monochromatic Colors of #84dafc

#84dafc

Complementary Color

#84dafc #fca684

#84dafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84dafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#84dafc Color CSS Codes

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

#84dafc Text Font Color

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

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


#84dafc Background Color

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

This div background color is #84dafc


#84dafc Border Color

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

This div border color is #84dafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84dafc

Related Colors


Comments

No comments written yet.

Please login to write comment.