Color Hex Logo

#84cacd Color Hex

#84CACD
(132,202,205)
0 Favorites   0 Comments

Color spaces of #84cacd

RGB 132202205
HSL0.510.420.66
HSV182°36°80°
CMYK 0.360.010.00   0.20
XYZ41.655751.554465.5131
Yxy51.55440.26240.3248
Hunter Lab71.8014-22.0954-3.8365
CIE-Lab77.0136-21.1263-8.4758

#84cacd color RGB value is (132,202,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11001010 11001101
Octal 204 312 315
Decimal 132 202 205
Hex 84 CA CD

RGB Percentages of Color #84cacd

%24.49
%37.48
%38.03

CMYK Percentages of Color #84cacd

%36
%1
%0
%20

Triadic Colors of #84cacd

#84cacd #cd84ca #cacd84

Analogous Colors of #84cacd

#84cacd #84a6cd #84cdac

Monochromatic Colors of #84cacd

#84cacd

Complementary Color

#84cacd #cd8784

#84cacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84cacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#84cacd Color CSS Codes

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

#84cacd Text Font Color

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

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


#84cacd Background Color

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

This div background color is #84cacd


#84cacd Border Color

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

This div border color is #84cacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84cacd


Comments

No comments written yet.

Please login to write comment.