Color Hex Logo

#84ccfa Color Hex

#84CCFA
(132,204,250)
0 Favorites   0 Comments

Color spaces of #84ccfa

RGB 132204250
HSL0.560.920.75
HSV203°47°98°
CMYK 0.470.180.00   0.02
XYZ48.363954.993498.5082
Yxy54.99340.23960.2724
Hunter Lab74.1575-13.3619-26.8484
CIE-Lab79.0375-10.4684-29.5769

#84ccfa color RGB value is (132,204,250).

#84ccfa hex color red value is 132, green value is 204 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #84ccfa hue: 0.56 , saturation: 0.92 and the lightness value of 84ccfa is 0.75.

The process color (four color CMYK) of #84ccfa color hex is 0.47, 0.18, 0.00, 0.02. Web safe color of #84ccfa is #99ccff. Color #84ccfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11001100 11111010
Octal 204 314 372
Decimal 132 204 250
Hex 84 CC FA

RGB Percentages of Color #84ccfa

%22.53
%34.81
%42.66

CMYK Percentages of Color #84ccfa

%47
%18
%0
%2

Triadic Colors of #84ccfa

#84ccfa #fa84cc #ccfa84

Analogous Colors of #84ccfa

#84ccfa #8491fa #84faed

Monochromatic Colors of #84ccfa

#84ccfa

Complementary Color

#84ccfa #fab284

#84ccfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84ccfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#84ccfa Color CSS Codes

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

#84ccfa Text Font Color

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

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


#84ccfa Background Color

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

This div background color is #84ccfa


#84ccfa Border Color

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

This div border color is #84ccfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84ccfa

Related Colors


Comments

No comments written yet.

Please login to write comment.