Color Hex Logo

#84cafb Color Hex

#84CAFB
(132,202,251)
0 Favorites   0 Comments

Color spaces of #84cafb

RGB 132202251
HSL0.570.940.75
HSV205°47°98°
CMYK 0.470.200.00   0.02
XYZ48.048854.111699.1789
Yxy54.11160.23860.2688
Hunter Lab73.5606-12.1372-28.4460
CIE-Lab78.5268-9.1358-30.8954

#84cafb color RGB value is (132,202,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11001010 11111011
Octal 204 312 373
Decimal 132 202 251
Hex 84 CA FB

RGB Percentages of Color #84cafb

%22.56
%34.53
%42.91

CMYK Percentages of Color #84cafb

%47
%20
%0
%2

Triadic Colors of #84cafb

#84cafb #fb84ca #cafb84

Analogous Colors of #84cafb

#84cafb #848ffb #84fbf1

Monochromatic Colors of #84cafb

#84cafb

Complementary Color

#84cafb #fbb584

#84cafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84cafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#84cafb Color CSS Codes

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

#84cafb Text Font Color

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

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


#84cafb Background Color

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

This div background color is #84cafb


#84cafb Border Color

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

This div border color is #84cafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84cafb

Related Colors


Comments

No comments written yet.

Please login to write comment.