Color Hex Logo

#84ccff Color Hex

#84CCFF
(132,204,255)
0 Favorites   0 Comments

Color spaces of #84ccff

RGB 132204255
HSL0.571.000.76
HSV205°48°100°
CMYK 0.480.200.00   0.00
XYZ49.158655.3113102.6930
Yxy55.31130.23730.2670
Hunter Lab74.3716-12.1642-29.8081
CIE-Lab79.2202-9.0817-31.9630

#84ccff color RGB value is (132,204,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11001100 11111111
Octal 204 314 377
Decimal 132 204 255
Hex 84 CC FF

RGB Percentages of Color #84ccff

%22.34
%34.52
%43.15

CMYK Percentages of Color #84ccff

%48
%20
%0
%0

Triadic Colors of #84ccff

#84ccff #ff84cc #ccff84

Analogous Colors of #84ccff

#84ccff #848fff #84fff5

Monochromatic Colors of #84ccff

#84ccff

Complementary Color

#84ccff #ffb784

#84ccff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84ccff Color Preview on White Background

Lorem ipsum dolor sit amet.

#84ccff Color CSS Codes

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

#84ccff Text Font Color

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

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


#84ccff Background Color

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

This div background color is #84ccff


#84ccff Border Color

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

This div border color is #84ccff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84ccff

Related Colors

#84ccff Color Palettes


Comments

No comments written yet.

Please login to write comment.