Color Hex Logo

#84acec Color Hex

#84ACEC
(132,172,236)
0 Favorites   0 Comments

Color spaces of #84acec

RGB 132172236
HSL0.600.730.72
HSV217°44°93°
CMYK 0.440.270.00   0.07
XYZ39.408640.466785.0907
Yxy40.46670.23890.2453
Hunter Lab63.6134-0.7426-34.7782
CIE-Lab69.80073.0082-36.2881

#84acec color RGB value is (132,172,236).

#84acec hex color red value is 132, green value is 172 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #84acec hue: 0.60 , saturation: 0.73 and the lightness value of 84acec is 0.72.

The process color (four color CMYK) of #84acec color hex is 0.44, 0.27, 0.00, 0.07. Web safe color of #84acec is #9999ff. Color #84acec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10101100 11101100
Octal 204 254 354
Decimal 132 172 236
Hex 84 AC EC

RGB Percentages of Color #84acec

%24.44
%31.85
%43.70

CMYK Percentages of Color #84acec

%44
%27
%0
%7

Triadic Colors of #84acec

#84acec #ec84ac #acec84

Analogous Colors of #84acec

#84acec #9084ec #84e0ec

Monochromatic Colors of #84acec

#84acec

Complementary Color

#84acec #ecc484

#84acec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84acec Color Preview on White Background

Lorem ipsum dolor sit amet.

#84acec Color CSS Codes

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

#84acec Text Font Color

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

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


#84acec Background Color

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

This div background color is #84acec


#84acec Border Color

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

This div border color is #84acec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84acec


Comments

No comments written yet.

Please login to write comment.