Color Hex Logo

#84d3eb Color Hex

#84D3EB
(132,211,235)
0 Favorites   0 Comments

Color spaces of #84d3eb

RGB 132211235
HSL0.540.720.72
HSV194°44°92°
CMYK 0.440.100.00   0.08
XYZ47.805457.492287.1748
Yxy57.49220.24840.2987
Hunter Lab75.8236-20.1503-15.0895
CIE-Lab80.4556-18.1237-19.4093

#84d3eb color RGB value is (132,211,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11010011 11101011
Octal 204 323 353
Decimal 132 211 235
Hex 84 D3 EB

RGB Percentages of Color #84d3eb

%22.84
%36.51
%40.66

CMYK Percentages of Color #84d3eb

%44
%10
%0
%8

Triadic Colors of #84d3eb

#84d3eb #eb84d3 #d3eb84

Analogous Colors of #84d3eb

#84d3eb #84a0eb #84ebd0

Monochromatic Colors of #84d3eb

#84d3eb

Complementary Color

#84d3eb #eb9c84

#84d3eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84d3eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#84d3eb Color CSS Codes

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

#84d3eb Text Font Color

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

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


#84d3eb Background Color

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

This div background color is #84d3eb


#84d3eb Border Color

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

This div border color is #84d3eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84d3eb


Comments

No comments written yet.

Please login to write comment.