Color Hex Logo

#84cbce Color Hex

#84CBCE
(132,203,206)
0 Favorites   0 Comments

Color spaces of #84cbce

RGB 132203206
HSL0.510.430.66
HSV182°36°81°
CMYK 0.360.010.00   0.19
XYZ42.012252.073666.2295
Yxy52.07360.26210.3248
Hunter Lab72.1620-22.3622-3.9023
CIE-Lab77.3248-21.3873-8.5525

#84cbce color RGB value is (132,203,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11001011 11001110
Octal 204 313 316
Decimal 132 203 206
Hex 84 CB CE

RGB Percentages of Color #84cbce

%24.40
%37.52
%38.08

CMYK Percentages of Color #84cbce

%36
%1
%0
%19

Triadic Colors of #84cbce

#84cbce #ce84cb #cbce84

Analogous Colors of #84cbce

#84cbce #84a6ce #84ceac

Monochromatic Colors of #84cbce

#84cbce

Complementary Color

#84cbce #ce8784

#84cbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84cbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#84cbce Color CSS Codes

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

#84cbce Text Font Color

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

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


#84cbce Background Color

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

This div background color is #84cbce


#84cbce Border Color

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

This div border color is #84cbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84cbce


Comments

No comments written yet.

Please login to write comment.