Color Hex Logo

#84beea Color Hex

#84BEEA
(132,190,234)
0 Favorites   0 Comments

Color spaces of #84beea

RGB 132190234
HSL0.570.710.72
HSV206°44°92°
CMYK 0.440.190.00   0.08
XYZ42.780547.673084.7889
Yxy47.67300.24410.2720
Hunter Lab69.0456-10.2317-24.4769
CIE-Lab74.6182-7.4131-27.7639

#84beea color RGB value is (132,190,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10111110 11101010
Octal 204 276 352
Decimal 132 190 234
Hex 84 BE EA

RGB Percentages of Color #84beea

%23.74
%34.17
%42.09

CMYK Percentages of Color #84beea

%44
%19
%0
%8

Triadic Colors of #84beea

#84beea #ea84be #beea84

Analogous Colors of #84beea

#84beea #848bea #84eae3

Monochromatic Colors of #84beea

#84beea

Complementary Color

#84beea #eab084

#84beea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84beea Color Preview on White Background

Lorem ipsum dolor sit amet.

#84beea Color CSS Codes

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

#84beea Text Font Color

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

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


#84beea Background Color

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

This div background color is #84beea


#84beea Border Color

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

This div border color is #84beea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84beea


Comments

No comments written yet.

Please login to write comment.