Color Hex Logo

#84b4f9 Color Hex

#84B4F9
(132,180,249)
0 Favorites   0 Comments

Color spaces of #84b4f9

RGB 132180249
HSL0.600.910.75
HSV215°47°98°
CMYK 0.470.280.00   0.02
XYZ42.935944.387695.9272
Yxy44.38760.23430.2422
Hunter Lab66.6240-1.5576-38.7307
CIE-Lab72.48682.2374-39.1667

#84b4f9 color RGB value is (132,180,249).

#84b4f9 hex color red value is 132, green value is 180 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #84b4f9 hue: 0.60 , saturation: 0.91 and the lightness value of 84b4f9 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10110100 11111001
Octal 204 264 371
Decimal 132 180 249
Hex 84 B4 F9

RGB Percentages of Color #84b4f9

%23.53
%32.09
%44.39

CMYK Percentages of Color #84b4f9

%47
%28
%0
%2

Triadic Colors of #84b4f9

#84b4f9 #f984b4 #b4f984

Analogous Colors of #84b4f9

#84b4f9 #8f84f9 #84eff9

Monochromatic Colors of #84b4f9

#84b4f9

Complementary Color

#84b4f9 #f9c984

#84b4f9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84b4f9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#84b4f9 Color CSS Codes

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

#84b4f9 Text Font Color

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

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


#84b4f9 Background Color

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

This div background color is #84b4f9


#84b4f9 Border Color

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

This div border color is #84b4f9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84b4f9

Related Colors


Comments

No comments written yet.

Please login to write comment.