Color Hex Logo

#84ccee Color Hex

#84CCEE
(132,204,238)
0 Favorites   0 Comments

Color spaces of #84ccee

RGB 132204238
HSL0.550.760.73
HSV199°45°93°
CMYK 0.450.140.00   0.07
XYZ46.541254.264388.9100
Yxy54.26430.24530.2860
Hunter Lab73.6643-16.1360-19.9957
CIE-Lab78.6156-13.7289-23.8059

#84ccee color RGB value is (132,204,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11001100 11101110
Octal 204 314 356
Decimal 132 204 238
Hex 84 CC EE

RGB Percentages of Color #84ccee

%23.00
%35.54
%41.46

CMYK Percentages of Color #84ccee

%45
%14
%0
%7

Triadic Colors of #84ccee

#84ccee #ee84cc #ccee84

Analogous Colors of #84ccee

#84ccee #8497ee #84eedb

Monochromatic Colors of #84ccee

#84ccee

Complementary Color

#84ccee #eea684

#84ccee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84ccee Color Preview on White Background

Lorem ipsum dolor sit amet.

#84ccee Color CSS Codes

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

#84ccee Text Font Color

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

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


#84ccee Background Color

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

This div background color is #84ccee


#84ccee Border Color

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

This div border color is #84ccee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84ccee


Comments

No comments written yet.

Please login to write comment.