Color Hex Logo

#84bdfd Color Hex

#84BDFD
(132,189,253)
0 Favorites   0 Comments

Color spaces of #84bdfd

RGB 132189253
HSL0.590.970.75
HSV212°48°99°
CMYK 0.480.250.00   0.01
XYZ45.442948.392699.8741
Yxy48.39260.23460.2498
Hunter Lab69.5648-5.1340-36.4272
CIE-Lab75.0719-1.5790-37.3040

#84bdfd color RGB value is (132,189,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10111101 11111101
Octal 204 275 375
Decimal 132 189 253
Hex 84 BD FD

RGB Percentages of Color #84bdfd

%23.00
%32.93
%44.08

CMYK Percentages of Color #84bdfd

%48
%25
%0
%1

Triadic Colors of #84bdfd

#84bdfd #fd84bd #bdfd84

Analogous Colors of #84bdfd

#84bdfd #8884fd #84fafd

Monochromatic Colors of #84bdfd

#84bdfd

Complementary Color

#84bdfd #fdc484

#84bdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84bdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#84bdfd Color CSS Codes

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

#84bdfd Text Font Color

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

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


#84bdfd Background Color

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

This div background color is #84bdfd


#84bdfd Border Color

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

This div border color is #84bdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84bdfd


Comments

No comments written yet.

Please login to write comment.