Color Hex Logo

#84afce Color Hex

#84AFCE
(132,175,206)
0 Favorites   0 Comments

Color spaces of #84afce

RGB 132175206
HSL0.570.430.66
HSV205°36°81°
CMYK 0.360.150.00   0.19
XYZ35.986340.021764.2208
Yxy40.02170.25660.2854
Hunter Lab63.2627-9.1720-15.9040
CIE-Lab69.4850-6.7522-20.3387

#84afce color RGB value is (132,175,206).

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

The process color (four color CMYK) of #84afce color hex is 0.36, 0.15, 0.00, 0.19. Web safe color of #84afce is #9999cc. Color #84afce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10101111 11001110
Octal 204 257 316
Decimal 132 175 206
Hex 84 AF CE

RGB Percentages of Color #84afce

%25.73
%34.11
%40.16

CMYK Percentages of Color #84afce

%36
%15
%0
%19

Triadic Colors of #84afce

#84afce #ce84af #afce84

Analogous Colors of #84afce

#84afce #848ace #84cec8

Monochromatic Colors of #84afce

#84afce

Complementary Color

#84afce #cea384

#84afce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84afce Color Preview on White Background

Lorem ipsum dolor sit amet.

#84afce Color CSS Codes

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

#84afce Text Font Color

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

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


#84afce Background Color

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

This div background color is #84afce


#84afce Border Color

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

This div border color is #84afce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84afce


Comments

No comments written yet.

Please login to write comment.