Color Hex Logo

#84bcee Color Hex

#84BCEE
(132,188,238)
0 Favorites   0 Comments

Color spaces of #84bcee

RGB 132188238
HSL0.580.760.73
HSV208°45°93°
CMYK 0.450.210.00   0.07
XYZ42.931647.045087.7068
Yxy47.04500.24160.2648
Hunter Lab68.5894-8.3043-27.8029
CIE-Lab74.2185-5.2398-30.5399

#84bcee color RGB value is (132,188,238).

#84bcee hex color red value is 132, green value is 188 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #84bcee hue: 0.58 , saturation: 0.76 and the lightness value of 84bcee is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10111100 11101110
Octal 204 274 356
Decimal 132 188 238
Hex 84 BC EE

RGB Percentages of Color #84bcee

%23.66
%33.69
%42.65

CMYK Percentages of Color #84bcee

%45
%21
%0
%7

Triadic Colors of #84bcee

#84bcee #ee84bc #bcee84

Analogous Colors of #84bcee

#84bcee #8487ee #84eeeb

Monochromatic Colors of #84bcee

#84bcee

Complementary Color

#84bcee #eeb684

#84bcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84bcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#84bcee Color CSS Codes

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

#84bcee Text Font Color

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

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


#84bcee Background Color

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

This div background color is #84bcee


#84bcee Border Color

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

This div border color is #84bcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84bcee


Comments

No comments written yet.

Please login to write comment.