Color Hex Logo

#84bbdf Color Hex

#84BBDF
(132,187,223)
0 Favorites   0 Comments

Color spaces of #84bbdf

RGB 132187223
HSL0.570.590.70
HSV204°41°87°
CMYK 0.410.160.00   0.13
XYZ40.605345.773976.5072
Yxy45.77390.24930.2810
Hunter Lab67.6564-11.2685-19.6868
CIE-Lab73.3986-8.7638-23.6696

#84bbdf color RGB value is (132,187,223).

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

The process color (four color CMYK) of #84bbdf color hex is 0.41, 0.16, 0.00, 0.13. Web safe color of #84bbdf is #99cccc. Color #84bbdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10111011 11011111
Octal 204 273 337
Decimal 132 187 223
Hex 84 BB DF

RGB Percentages of Color #84bbdf

%24.35
%34.50
%41.14

CMYK Percentages of Color #84bbdf

%41
%16
%0
%13

Triadic Colors of #84bbdf

#84bbdf #df84bb #bbdf84

Analogous Colors of #84bbdf

#84bbdf #848edf #84dfd6

Monochromatic Colors of #84bbdf

#84bbdf

Complementary Color

#84bbdf #dfa884

#84bbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84bbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#84bbdf Color CSS Codes

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

#84bbdf Text Font Color

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

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


#84bbdf Background Color

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

This div background color is #84bbdf


#84bbdf Border Color

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

This div border color is #84bbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84bbdf


Comments

No comments written yet.

Please login to write comment.