Color Hex Logo

#84bbce Color Hex

#84BBCE
(132,187,206)
0 Favorites   0 Comments

Color spaces of #84bbce

RGB 132187206
HSL0.540.430.66
HSV195°36°81°
CMYK 0.360.090.00   0.19
XYZ38.426644.902465.0343
Yxy44.90240.25900.3027
Hunter Lab67.0093-14.9050-10.6361
CIE-Lab72.8276-13.1618-15.2808

#84bbce color RGB value is (132,187,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10111011 11001110
Octal 204 273 316
Decimal 132 187 206
Hex 84 BB CE

RGB Percentages of Color #84bbce

%25.14
%35.62
%39.24

CMYK Percentages of Color #84bbce

%36
%9
%0
%19

Triadic Colors of #84bbce

#84bbce #ce84bb #bbce84

Analogous Colors of #84bbce

#84bbce #8496ce #84cebc

Monochromatic Colors of #84bbce

#84bbce

Complementary Color

#84bbce #ce9784

#84bbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84bbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#84bbce Color CSS Codes

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

#84bbce Text Font Color

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

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


#84bbce Background Color

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

This div background color is #84bbce


#84bbce Border Color

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

This div border color is #84bbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84bbce


Comments

No comments written yet.

Please login to write comment.