Color Hex Logo

#84d8ea Color Hex

#84D8EA
(132,216,234)
1 Favorites   0 Comments

Color spaces of #84d8ea

RGB 132216234
HSL0.530.710.72
HSV191°44°92°
CMYK 0.440.080.00   0.08
XYZ48.922959.957886.8364
Yxy59.95780.25000.3063
Hunter Lab77.4324-22.7279-12.2879
CIE-Lab81.8152-20.9095-16.8245

#84d8ea color RGB value is (132,216,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11011000 11101010
Octal 204 330 352
Decimal 132 216 234
Hex 84 D8 EA

RGB Percentages of Color #84d8ea

%22.68
%37.11
%40.21

CMYK Percentages of Color #84d8ea

%44
%8
%0
%8

Triadic Colors of #84d8ea

#84d8ea #ea84d8 #d8ea84

Analogous Colors of #84d8ea

#84d8ea #84a5ea #84eac9

Monochromatic Colors of #84d8ea

#84d8ea

Complementary Color

#84d8ea #ea9684

#84d8ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84d8ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#84d8ea Color CSS Codes

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

#84d8ea Text Font Color

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

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


#84d8ea Background Color

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

This div background color is #84d8ea


#84d8ea Border Color

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

This div border color is #84d8ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84d8ea

#84d8ea Color Palettes


Comments

No comments written yet.

Please login to write comment.