Color Hex Logo

#84ceed Color Hex

#84CEED
(132,206,237)
0 Favorites   0 Comments

Color spaces of #84ceed

RGB 132206237
HSL0.550.740.72
HSV198°44°93°
CMYK 0.440.130.00   0.07
XYZ46.873155.162688.2977
Yxy55.16260.24630.2898
Hunter Lab74.2715-17.3230-18.4968
CIE-Lab79.1348-15.0324-22.4805

#84ceed color RGB value is (132,206,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11001110 11101101
Octal 204 316 355
Decimal 132 206 237
Hex 84 CE ED

RGB Percentages of Color #84ceed

%22.96
%35.83
%41.22

CMYK Percentages of Color #84ceed

%44
%13
%0
%7

Triadic Colors of #84ceed

#84ceed #ed84ce #ceed84

Analogous Colors of #84ceed

#84ceed #849aed #84edd8

Monochromatic Colors of #84ceed

#84ceed

Complementary Color

#84ceed #eda384

#84ceed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84ceed Color Preview on White Background

Lorem ipsum dolor sit amet.

#84ceed Color CSS Codes

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

#84ceed Text Font Color

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

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


#84ceed Background Color

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

This div background color is #84ceed


#84ceed Border Color

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

This div border color is #84ceed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84ceed

#84ceed Color Palettes


Comments

No comments written yet.

Please login to write comment.