Color Hex Logo

#84bbfd Color Hex

#84BBFD
(132,187,253)
0 Favorites   0 Comments

Color spaces of #84bbfd

RGB 132187253
HSL0.590.970.75
HSV213°48°99°
CMYK 0.480.260.00   0.01
XYZ45.015747.538099.7317
Yxy47.53800.23410.2472
Hunter Lab68.9478-4.1168-37.4984
CIE-Lab74.5326-0.4835-38.1414

#84bbfd color RGB value is (132,187,253).

#84bbfd hex color red value is 132, green value is 187 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #84bbfd hue: 0.59 , saturation: 0.97 and the lightness value of 84bbfd is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10111011 11111101
Octal 204 273 375
Decimal 132 187 253
Hex 84 BB FD

RGB Percentages of Color #84bbfd

%23.08
%32.69
%44.23

CMYK Percentages of Color #84bbfd

%48
%26
%0
%1

Triadic Colors of #84bbfd

#84bbfd #fd84bb #bbfd84

Analogous Colors of #84bbfd

#84bbfd #8a84fd #84f8fd

Monochromatic Colors of #84bbfd

#84bbfd

Complementary Color

#84bbfd #fdc684

#84bbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84bbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#84bbfd Color CSS Codes

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

#84bbfd Text Font Color

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

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


#84bbfd Background Color

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

This div background color is #84bbfd


#84bbfd Border Color

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

This div border color is #84bbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84bbfd

Related Colors


Comments

No comments written yet.

Please login to write comment.