Color Hex Logo

#84ceeb Color Hex

#84CEEB
(132,206,235)
1 Favorites   0 Comments

Color spaces of #84ceeb

RGB 132206235
HSL0.550.720.72
HSV197°44°92°
CMYK 0.440.120.00   0.08
XYZ46.582455.046386.7671
Yxy55.04630.24730.2922
Hunter Lab74.1932-17.7664-17.4029
CIE-Lab79.0679-15.5624-21.5119

#84ceeb color RGB value is (132,206,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11001110 11101011
Octal 204 316 353
Decimal 132 206 235
Hex 84 CE EB

RGB Percentages of Color #84ceeb

%23.04
%35.95
%41.01

CMYK Percentages of Color #84ceeb

%44
%12
%0
%8

Triadic Colors of #84ceeb

#84ceeb #eb84ce #ceeb84

Analogous Colors of #84ceeb

#84ceeb #849beb #84ebd5

Monochromatic Colors of #84ceeb

#84ceeb

Complementary Color

#84ceeb #eba184

#84ceeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84ceeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#84ceeb Color CSS Codes

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

#84ceeb Text Font Color

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

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


#84ceeb Background Color

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

This div background color is #84ceeb


#84ceeb Border Color

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

This div border color is #84ceeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84ceeb

#84ceeb Color Palettes


Comments

No comments written yet.

Please login to write comment.