Color Hex Logo

#84bcce Color Hex

#84BCCE
(132,188,206)
0 Favorites   0 Comments

Color spaces of #84bcce

RGB 132188206
HSL0.540.430.66
HSV195°36°81°
CMYK 0.360.090.00   0.19
XYZ38.639545.328265.1052
Yxy45.32820.25920.3041
Hunter Lab67.3262-15.3771-10.2057
CIE-Lab73.1075-13.6867-14.8594

#84bcce color RGB value is (132,188,206).

#84bcce hex color red value is 132, green value is 188 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #84bcce hue: 0.54 , saturation: 0.43 and the lightness value of 84bcce is 0.66.

The process color (four color CMYK) of #84bcce color hex is 0.36, 0.09, 0.00, 0.19. Web safe color of #84bcce is #99cccc. Color #84bcce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10111100 11001110
Octal 204 274 316
Decimal 132 188 206
Hex 84 BC CE

RGB Percentages of Color #84bcce

%25.10
%35.74
%39.16

CMYK Percentages of Color #84bcce

%36
%9
%0
%19

Triadic Colors of #84bcce

#84bcce #ce84bc #bcce84

Analogous Colors of #84bcce

#84bcce #8497ce #84cebb

Monochromatic Colors of #84bcce

#84bcce

Complementary Color

#84bcce #ce9684

#84bcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84bcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#84bcce Color CSS Codes

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

#84bcce Text Font Color

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

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


#84bcce Background Color

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

This div background color is #84bcce


#84bcce Border Color

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

This div border color is #84bcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84bcce


Comments

No comments written yet.

Please login to write comment.