Color Hex Logo

#84afee Color Hex

#84AFEE
(132,175,238)
0 Favorites   0 Comments

Color spaces of #84afee

RGB 132175238
HSL0.600.760.73
HSV216°45°93°
CMYK 0.450.260.00   0.07
XYZ40.278341.738586.8224
Yxy41.73850.23860.2472
Hunter Lab64.6053-1.7732-34.4554
CIE-Lab70.69031.8965-35.9956

#84afee color RGB value is (132,175,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10101111 11101110
Octal 204 257 356
Decimal 132 175 238
Hex 84 AF EE

RGB Percentages of Color #84afee

%24.22
%32.11
%43.67

CMYK Percentages of Color #84afee

%45
%26
%0
%7

Triadic Colors of #84afee

#84afee #ee84af #afee84

Analogous Colors of #84afee

#84afee #8e84ee #84e4ee

Monochromatic Colors of #84afee

#84afee

Complementary Color

#84afee #eec384

#84afee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84afee Color Preview on White Background

Lorem ipsum dolor sit amet.

#84afee Color CSS Codes

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

#84afee Text Font Color

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

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


#84afee Background Color

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

This div background color is #84afee


#84afee Border Color

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

This div border color is #84afee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84afee


Comments

No comments written yet.

Please login to write comment.