Color Hex Logo

#84dfea Color Hex

#84DFEA
(132,223,234)
0 Favorites   0 Comments

Color spaces of #84dfea

RGB 132223234
HSL0.520.710.72
HSV186°44°92°
CMYK 0.440.050.00   0.08
XYZ50.754763.621487.4470
Yxy63.62140.25150.3152
Hunter Lab79.7630-26.0024-9.1676
CIE-Lab83.7683-24.3876-13.8910

#84dfea color RGB value is (132,223,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11011111 11101010
Octal 204 337 352
Decimal 132 223 234
Hex 84 DF EA

RGB Percentages of Color #84dfea

%22.41
%37.86
%39.73

CMYK Percentages of Color #84dfea

%44
%5
%0
%8

Triadic Colors of #84dfea

#84dfea #ea84df #dfea84

Analogous Colors of #84dfea

#84dfea #84acea #84eac2

Monochromatic Colors of #84dfea

#84dfea

Complementary Color

#84dfea #ea8f84

#84dfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84dfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#84dfea Color CSS Codes

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

#84dfea Text Font Color

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

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


#84dfea Background Color

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

This div background color is #84dfea


#84dfea Border Color

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

This div border color is #84dfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84dfea


Comments

No comments written yet.

Please login to write comment.