Color Hex Logo

#84dbeb Color Hex

#84DBEB
(132,219,235)
0 Favorites   0 Comments

Color spaces of #84dbeb

RGB 132219235
HSL0.530.720.72
HSV189°44°92°
CMYK 0.440.070.00   0.08
XYZ49.842661.566787.8538
Yxy61.56670.25010.3090
Hunter Lab78.4645-23.9251-11.4597
CIE-Lab82.6825-22.1521-16.0509

#84dbeb color RGB value is (132,219,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11011011 11101011
Octal 204 333 353
Decimal 132 219 235
Hex 84 DB EB

RGB Percentages of Color #84dbeb

%22.53
%37.37
%40.10

CMYK Percentages of Color #84dbeb

%44
%7
%0
%8

Triadic Colors of #84dbeb

#84dbeb #eb84db #dbeb84

Analogous Colors of #84dbeb

#84dbeb #84a8eb #84ebc8

Monochromatic Colors of #84dbeb

#84dbeb

Complementary Color

#84dbeb #eb9484

#84dbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84dbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#84dbeb Color CSS Codes

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

#84dbeb Text Font Color

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

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


#84dbeb Background Color

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

This div background color is #84dbeb


#84dbeb Border Color

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

This div border color is #84dbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84dbeb


Comments

No comments written yet.

Please login to write comment.