Color Hex Logo

#84bbdc Color Hex

#84BBDC
(132,187,220)
0 Favorites   0 Comments

Color spaces of #84bbdc

RGB 132187220
HSL0.560.560.69
HSV203°40°86°
CMYK 0.400.150.00   0.14
XYZ40.204345.613574.3954
Yxy45.61350.25090.2847
Hunter Lab67.5378-11.9325-18.0337
CIE-Lab73.2940-9.5569-22.1986

#84bbdc color RGB value is (132,187,220).

#84bbdc hex color red value is 132, green value is 187 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #84bbdc hue: 0.56 , saturation: 0.56 and the lightness value of 84bbdc is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10111011 11011100
Octal 204 273 334
Decimal 132 187 220
Hex 84 BB DC

RGB Percentages of Color #84bbdc

%24.49
%34.69
%40.82

CMYK Percentages of Color #84bbdc

%40
%15
%0
%14

Triadic Colors of #84bbdc

#84bbdc #dc84bb #bbdc84

Analogous Colors of #84bbdc

#84bbdc #848fdc #84dcd1

Monochromatic Colors of #84bbdc

#84bbdc

Complementary Color

#84bbdc #dca584

#84bbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84bbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#84bbdc Color CSS Codes

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

#84bbdc Text Font Color

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

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


#84bbdc Background Color

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

This div background color is #84bbdc


#84bbdc Border Color

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

This div border color is #84bbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84bbdc


Comments

No comments written yet.

Please login to write comment.