Color Hex Logo

#84bfeb Color Hex

#84BFEB
(132,191,235)
0 Favorites   0 Comments

Color spaces of #84bfeb

RGB 132191235
HSL0.570.720.72
HSV206°44°92°
CMYK 0.440.190.00   0.08
XYZ43.141948.165385.6203
Yxy48.16530.24380.2722
Hunter Lab69.4012-10.4911-24.5652
CIE-Lab74.9291-7.6770-27.8274

#84bfeb color RGB value is (132,191,235).

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

The process color (four color CMYK) of #84bfeb color hex is 0.44, 0.19, 0.00, 0.08. Web safe color of #84bfeb is #99ccff. Color #84bfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10111111 11101011
Octal 204 277 353
Decimal 132 191 235
Hex 84 BF EB

RGB Percentages of Color #84bfeb

%23.66
%34.23
%42.11

CMYK Percentages of Color #84bfeb

%44
%19
%0
%8

Triadic Colors of #84bfeb

#84bfeb #eb84bf #bfeb84

Analogous Colors of #84bfeb

#84bfeb #848ceb #84ebe4

Monochromatic Colors of #84bfeb

#84bfeb

Complementary Color

#84bfeb #ebb084

#84bfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84bfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#84bfeb Color CSS Codes

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

#84bfeb Text Font Color

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

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


#84bfeb Background Color

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

This div background color is #84bfeb


#84bfeb Border Color

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

This div border color is #84bfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84bfeb


Comments

No comments written yet.

Please login to write comment.