Color Hex Logo

#84daff Color Hex

#84DAFF
(132,218,255)
0 Favorites   0 Comments

Color spaces of #84daff

RGB 132218255
HSL0.551.000.76
HSV198°48°100°
CMYK 0.480.150.00   0.00
XYZ52.637162.2683103.8525
Yxy62.26830.24060.2846
Hunter Lab78.9103-19.0245-22.7934
CIE-Lab83.0559-16.3629-26.0852

#84daff color RGB value is (132,218,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11011010 11111111
Octal 204 332 377
Decimal 132 218 255
Hex 84 DA FF

RGB Percentages of Color #84daff

%21.82
%36.03
%42.15

CMYK Percentages of Color #84daff

%48
%15
%0
%0

Triadic Colors of #84daff

#84daff #ff84da #daff84

Analogous Colors of #84daff

#84daff #849dff #84ffe7

Monochromatic Colors of #84daff

#84daff

Complementary Color

#84daff #ffa984

#84daff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84daff Color Preview on White Background

Lorem ipsum dolor sit amet.

#84daff Color CSS Codes

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

#84daff Text Font Color

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

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


#84daff Background Color

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

This div background color is #84daff


#84daff Border Color

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

This div border color is #84daff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84daff

Related Colors

#84daff Color Palettes


Comments

No comments written yet.

Please login to write comment.