Color Hex Logo

#84afeb Color Hex

#84AFEB
(132,175,235)
0 Favorites   0 Comments

Color spaces of #84afeb

RGB 132175235
HSL0.600.720.72
HSV215°44°92°
CMYK 0.440.260.00   0.08
XYZ39.841141.563684.5200
Yxy41.56360.24010.2505
Hunter Lab64.4698-2.5127-32.6003
CIE-Lab70.56901.0554-34.5506

#84afeb color RGB value is (132,175,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10101111 11101011
Octal 204 257 353
Decimal 132 175 235
Hex 84 AF EB

RGB Percentages of Color #84afeb

%24.35
%32.29
%43.36

CMYK Percentages of Color #84afeb

%44
%26
%0
%8

Triadic Colors of #84afeb

#84afeb #eb84af #afeb84

Analogous Colors of #84afeb

#84afeb #8d84eb #84e3eb

Monochromatic Colors of #84afeb

#84afeb

Complementary Color

#84afeb #ebc084

#84afeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84afeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#84afeb Color CSS Codes

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

#84afeb Text Font Color

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

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


#84afeb Background Color

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

This div background color is #84afeb


#84afeb Border Color

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

This div border color is #84afeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84afeb


Comments

No comments written yet.

Please login to write comment.