Color Hex Logo

#84cbfb Color Hex

#84CBFB
(132,203,251)
0 Favorites   0 Comments

Color spaces of #84cbfb

RGB 132203251
HSL0.570.940.75
HSV204°47°98°
CMYK 0.470.190.00   0.02
XYZ48.284254.582499.2574
Yxy54.58240.23890.2700
Hunter Lab73.8799-12.6312-27.9400
CIE-Lab78.8001-9.6647-30.4752

#84cbfb color RGB value is (132,203,251).

#84cbfb hex color red value is 132, green value is 203 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #84cbfb hue: 0.57 , saturation: 0.94 and the lightness value of 84cbfb is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11001011 11111011
Octal 204 313 373
Decimal 132 203 251
Hex 84 CB FB

RGB Percentages of Color #84cbfb

%22.53
%34.64
%42.83

CMYK Percentages of Color #84cbfb

%47
%19
%0
%2

Triadic Colors of #84cbfb

#84cbfb #fb84cb #cbfb84

Analogous Colors of #84cbfb

#84cbfb #8490fb #84fbf0

Monochromatic Colors of #84cbfb

#84cbfb

Complementary Color

#84cbfb #fbb484

#84cbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84cbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#84cbfb Color CSS Codes

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

#84cbfb Text Font Color

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

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


#84cbfb Background Color

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

This div background color is #84cbfb


#84cbfb Border Color

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

This div border color is #84cbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84cbfb


Comments

No comments written yet.

Please login to write comment.