Color Hex Logo

#84acc4 Color Hex

#84ACC4
(132,172,196)
0 Favorites   0 Comments

Color spaces of #84acc4

RGB 132172196
HSL0.560.350.64
HSV203°33°77°
CMYK 0.330.120.00   0.23
XYZ34.232038.396157.8315
Yxy38.39610.26240.2943
Hunter Lab61.9646-9.8267-11.9601
CIE-Lab68.3115-7.6702-16.6041

#84acc4 color RGB value is (132,172,196).

#84acc4 hex color red value is 132, green value is 172 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #84acc4 hue: 0.56 , saturation: 0.35 and the lightness value of 84acc4 is 0.64.

The process color (four color CMYK) of #84acc4 color hex is 0.33, 0.12, 0.00, 0.23. Web safe color of #84acc4 is #9999cc. Color #84acc4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10101100 11000100
Octal 204 254 304
Decimal 132 172 196
Hex 84 AC C4

RGB Percentages of Color #84acc4

%26.40
%34.40
%39.20

CMYK Percentages of Color #84acc4

%33
%12
%0
%23

Triadic Colors of #84acc4

#84acc4 #c484ac #acc484

Analogous Colors of #84acc4

#84acc4 #848cc4 #84c4bc

Monochromatic Colors of #84acc4

#84acc4

Complementary Color

#84acc4 #c49c84

#84acc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84acc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#84acc4 Color CSS Codes

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

#84acc4 Text Font Color

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

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


#84acc4 Background Color

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

This div background color is #84acc4


#84acc4 Border Color

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

This div border color is #84acc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84acc4


Comments

No comments written yet.

Please login to write comment.