Color Hex Logo

#84cacf Color Hex

#84CACF
(132,202,207)
0 Favorites   0 Comments

Color spaces of #84cacf

RGB 132202207
HSL0.510.440.66
HSV184°36°81°
CMYK 0.360.020.00   0.19
XYZ41.898751.651666.7929
Yxy51.65160.26130.3221
Hunter Lab71.8690-21.7077-4.7940
CIE-Lab77.0720-20.6410-9.4675

#84cacf color RGB value is (132,202,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11001010 11001111
Octal 204 312 317
Decimal 132 202 207
Hex 84 CA CF

RGB Percentages of Color #84cacf

%24.40
%37.34
%38.26

CMYK Percentages of Color #84cacf

%36
%2
%0
%19

Triadic Colors of #84cacf

#84cacf #cf84ca #cacf84

Analogous Colors of #84cacf

#84cacf #84a5cf #84cfaf

Monochromatic Colors of #84cacf

#84cacf

Complementary Color

#84cacf #cf8984

#84cacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84cacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#84cacf Color CSS Codes

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

#84cacf Text Font Color

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

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


#84cacf Background Color

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

This div background color is #84cacf


#84cacf Border Color

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

This div border color is #84cacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84cacf


Comments

No comments written yet.

Please login to write comment.