Color Hex Logo

#84cdea Color Hex

#84CDEA
(132,205,234)
0 Favorites   0 Comments

Color spaces of #84cdea

RGB 132205234
HSL0.550.710.72
HSV197°44°92°
CMYK 0.440.120.00   0.08
XYZ46.198354.508785.9282
Yxy54.50870.24750.2921
Hunter Lab73.8300-17.5081-17.3246
CIE-Lab78.7574-15.3105-21.4478

#84cdea color RGB value is (132,205,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11001101 11101010
Octal 204 315 352
Decimal 132 205 234
Hex 84 CD EA

RGB Percentages of Color #84cdea

%23.12
%35.90
%40.98

CMYK Percentages of Color #84cdea

%44
%12
%0
%8

Triadic Colors of #84cdea

#84cdea #ea84cd #cdea84

Analogous Colors of #84cdea

#84cdea #849aea #84ead4

Monochromatic Colors of #84cdea

#84cdea

Complementary Color

#84cdea #eaa184

#84cdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84cdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#84cdea Color CSS Codes

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

#84cdea Text Font Color

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

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


#84cdea Background Color

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

This div background color is #84cdea


#84cdea Border Color

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

This div border color is #84cdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84cdea


Comments

No comments written yet.

Please login to write comment.