Color Hex Logo

#84adeb Color Hex

#84ADEB
(132,173,235)
0 Favorites   0 Comments

Color spaces of #84adeb

RGB 132173235
HSL0.600.720.72
HSV216°44°92°
CMYK 0.440.260.00   0.08
XYZ39.454740.790884.3912
Yxy40.79080.23960.2478
Hunter Lab63.8677-1.4988-33.6351
CIE-Lab70.02912.1688-35.3880

#84adeb color RGB value is (132,173,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10101101 11101011
Octal 204 255 353
Decimal 132 173 235
Hex 84 AD EB

RGB Percentages of Color #84adeb

%24.44
%32.04
%43.52

CMYK Percentages of Color #84adeb

%44
%26
%0
%8

Triadic Colors of #84adeb

#84adeb #eb84ad #adeb84

Analogous Colors of #84adeb

#84adeb #8f84eb #84e1eb

Monochromatic Colors of #84adeb

#84adeb

Complementary Color

#84adeb #ebc284

#84adeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84adeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#84adeb Color CSS Codes

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

#84adeb Text Font Color

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

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


#84adeb Background Color

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

This div background color is #84adeb


#84adeb Border Color

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

This div border color is #84adeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84adeb


Comments

No comments written yet.

Please login to write comment.