Color Hex Logo

#84bcdc Color Hex

#84BCDC
(132,188,220)
0 Favorites   0 Comments

Color spaces of #84bcdc

RGB 132188220
HSL0.560.560.69
HSV202°40°86°
CMYK 0.400.150.00   0.14
XYZ40.417246.039374.4664
Yxy46.03930.25120.2861
Hunter Lab67.8523-12.4153-17.5729
CIE-Lab73.5710-10.0894-21.7770

#84bcdc color RGB value is (132,188,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10111100 11011100
Octal 204 274 334
Decimal 132 188 220
Hex 84 BC DC

RGB Percentages of Color #84bcdc

%24.44
%34.81
%40.74

CMYK Percentages of Color #84bcdc

%40
%15
%0
%14

Triadic Colors of #84bcdc

#84bcdc #dc84bc #bcdc84

Analogous Colors of #84bcdc

#84bcdc #8490dc #84dcd0

Monochromatic Colors of #84bcdc

#84bcdc

Complementary Color

#84bcdc #dca484

#84bcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84bcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#84bcdc Color CSS Codes

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

#84bcdc Text Font Color

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

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


#84bcdc Background Color

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

This div background color is #84bcdc


#84bcdc Border Color

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

This div border color is #84bcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84bcdc


Comments

No comments written yet.

Please login to write comment.