Color Hex Logo

#84eceb Color Hex

#84ECEB
(132,236,235)
0 Favorites   0 Comments

Color spaces of #84eceb

RGB 132236235
HSL0.500.730.72
HSV179°44°93°
CMYK 0.440.000.00   0.07
XYZ54.506670.894689.4085
Yxy70.89460.25370.3300
Hunter Lab84.1989-31.7953-4.0191
CIE-Lab87.4338-30.4285-8.9509

#84eceb color RGB value is (132,236,235).

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

The process color (four color CMYK) of #84eceb color hex is 0.44, 0.00, 0.00, 0.07. Web safe color of #84eceb is #99ffff. Color #84eceb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11101100 11101011
Octal 204 354 353
Decimal 132 236 235
Hex 84 EC EB

RGB Percentages of Color #84eceb

%21.89
%39.14
%38.97

CMYK Percentages of Color #84eceb

%44
%0
%0
%7

Triadic Colors of #84eceb

#84eceb #eb84ec #eceb84

Analogous Colors of #84eceb

#84eceb #84b9ec #84ecb7

Monochromatic Colors of #84eceb

#84eceb

Complementary Color

#84eceb #ec8485

#84eceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84eceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#84eceb Color CSS Codes

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

#84eceb Text Font Color

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

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


#84eceb Background Color

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

This div background color is #84eceb


#84eceb Border Color

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

This div border color is #84eceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84eceb


Comments

No comments written yet.

Please login to write comment.