Color Hex Logo

#84aeef Color Hex

#84AEEF
(132,174,239)
0 Favorites   0 Comments

Color spaces of #84aeef

RGB 132174239
HSL0.600.770.73
HSV216°45°94°
CMYK 0.450.270.00   0.06
XYZ40.231841.409687.5338
Yxy41.40960.23780.2448
Hunter Lab64.3503-1.0148-35.6052
CIE-Lab70.46192.7360-36.8944

#84aeef color RGB value is (132,174,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10101110 11101111
Octal 204 256 357
Decimal 132 174 239
Hex 84 AE EF

RGB Percentages of Color #84aeef

%24.22
%31.93
%43.85

CMYK Percentages of Color #84aeef

%45
%27
%0
%6

Triadic Colors of #84aeef

#84aeef #ef84ae #aeef84

Analogous Colors of #84aeef

#84aeef #9084ef #84e4ef

Monochromatic Colors of #84aeef

#84aeef

Complementary Color

#84aeef #efc584

#84aeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84aeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#84aeef Color CSS Codes

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

#84aeef Text Font Color

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

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


#84aeef Background Color

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

This div background color is #84aeef


#84aeef Border Color

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

This div border color is #84aeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84aeef


Comments

No comments written yet.

Please login to write comment.