Color Hex Logo

#84ceea Color Hex

#84CEEA
(132,206,234)
0 Favorites   0 Comments

Color spaces of #84ceea

RGB 132206234
HSL0.550.710.72
HSV196°44°92°
CMYK 0.440.120.00   0.08
XYZ46.438354.988786.0082
Yxy54.98870.24780.2934
Hunter Lab74.1544-17.9866-16.8597
CIE-Lab79.0348-15.8263-21.0270

#84ceea color RGB value is (132,206,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11001110 11101010
Octal 204 316 352
Decimal 132 206 234
Hex 84 CE EA

RGB Percentages of Color #84ceea

%23.08
%36.01
%40.91

CMYK Percentages of Color #84ceea

%44
%12
%0
%8

Triadic Colors of #84ceea

#84ceea #ea84ce #ceea84

Analogous Colors of #84ceea

#84ceea #849bea #84ead3

Monochromatic Colors of #84ceea

#84ceea

Complementary Color

#84ceea #eaa084

#84ceea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84ceea Color Preview on White Background

Lorem ipsum dolor sit amet.

#84ceea Color CSS Codes

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

#84ceea Text Font Color

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

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


#84ceea Background Color

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

This div background color is #84ceea


#84ceea Border Color

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

This div border color is #84ceea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84ceea


Comments

No comments written yet.

Please login to write comment.