Color Hex Logo

#84adef Color Hex

#84ADEF
(132,173,239)
0 Favorites   0 Comments

Color spaces of #84adef

RGB 132173239
HSL0.600.770.73
HSV217°45°94°
CMYK 0.450.280.00   0.06
XYZ40.039341.024787.4696
Yxy41.02470.23760.2434
Hunter Lab64.0505-0.5044-36.1331
CIE-Lab70.19323.2945-37.3122

#84adef color RGB value is (132,173,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10101101 11101111
Octal 204 255 357
Decimal 132 173 239
Hex 84 AD EF

RGB Percentages of Color #84adef

%24.26
%31.80
%43.93

CMYK Percentages of Color #84adef

%45
%28
%0
%6

Triadic Colors of #84adef

#84adef #ef84ad #adef84

Analogous Colors of #84adef

#84adef #9184ef #84e3ef

Monochromatic Colors of #84adef

#84adef

Complementary Color

#84adef #efc684

#84adef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84adef Color Preview on White Background

Lorem ipsum dolor sit amet.

#84adef Color CSS Codes

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

#84adef Text Font Color

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

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


#84adef Background Color

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

This div background color is #84adef


#84adef Border Color

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

This div border color is #84adef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84adef

#84adef Color Palettes


Comments

No comments written yet.

Please login to write comment.