Color Hex Logo

#84bfda Color Hex

#84BFDA
(132,191,218)
0 Favorites   0 Comments

Color spaces of #84bfda

RGB 132191218
HSL0.550.540.69
HSV199°39°85°
CMYK 0.390.120.00   0.15
XYZ40.801447.229173.2953
Yxy47.22910.25290.2928
Hunter Lab68.7234-14.2898-15.1279
CIE-Lab74.3361-12.1994-19.5294

#84bfda color RGB value is (132,191,218).

#84bfda hex color red value is 132, green value is 191 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #84bfda hue: 0.55 , saturation: 0.54 and the lightness value of 84bfda is 0.69.

The process color (four color CMYK) of #84bfda color hex is 0.39, 0.12, 0.00, 0.15. Web safe color of #84bfda is #99cccc. Color #84bfda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10111111 11011010
Octal 204 277 332
Decimal 132 191 218
Hex 84 BF DA

RGB Percentages of Color #84bfda

%24.40
%35.30
%40.30

CMYK Percentages of Color #84bfda

%39
%12
%0
%15

Triadic Colors of #84bfda

#84bfda #da84bf #bfda84

Analogous Colors of #84bfda

#84bfda #8494da #84daca

Monochromatic Colors of #84bfda

#84bfda

Complementary Color

#84bfda #da9f84

#84bfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84bfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#84bfda Color CSS Codes

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

#84bfda Text Font Color

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

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


#84bfda Background Color

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

This div background color is #84bfda


#84bfda Border Color

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

This div border color is #84bfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84bfda


Comments

No comments written yet.

Please login to write comment.