Color Hex Logo

#84cedb Color Hex

#84CEDB
(132,206,219)
0 Favorites   0 Comments

Color spaces of #84cedb

RGB 132206219
HSL0.520.550.69
HSV189°40°86°
CMYK 0.400.060.00   0.14
XYZ44.373254.162675.1335
Yxy54.16260.25550.3119
Hunter Lab73.5952-21.1677-9.0126
CIE-Lab78.5564-19.6908-13.7061

#84cedb color RGB value is (132,206,219).

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

The process color (four color CMYK) of #84cedb color hex is 0.40, 0.06, 0.00, 0.14. Web safe color of #84cedb is #99cccc. Color #84cedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11001110 11011011
Octal 204 316 333
Decimal 132 206 219
Hex 84 CE DB

RGB Percentages of Color #84cedb

%23.70
%36.98
%39.32

CMYK Percentages of Color #84cedb

%40
%6
%0
%14

Triadic Colors of #84cedb

#84cedb #db84ce #cedb84

Analogous Colors of #84cedb

#84cedb #84a3db #84dbbd

Monochromatic Colors of #84cedb

#84cedb

Complementary Color

#84cedb #db9184

#84cedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84cedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#84cedb Color CSS Codes

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

#84cedb Text Font Color

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

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


#84cedb Background Color

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

This div background color is #84cedb


#84cedb Border Color

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

This div border color is #84cedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84cedb


Comments

No comments written yet.

Please login to write comment.