Color Hex Logo

#82cdee Color Hex

#82CDEE
(130,205,238)
0 Favorites   0 Comments

Color spaces of #82cdee

RGB 130205238
HSL0.550.760.72
HSV198°45°93°
CMYK 0.450.140.00   0.07
XYZ46.469954.581588.9750
Yxy54.58150.24450.2872
Hunter Lab73.8793-17.0127-19.6892
CIE-Lab78.7996-14.7234-23.5342

#82cdee color RGB value is (130,205,238).

#82cdee hex color red value is 130, green value is 205 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #82cdee hue: 0.55 , saturation: 0.76 and the lightness value of 82cdee is 0.72.

The process color (four color CMYK) of #82cdee color hex is 0.45, 0.14, 0.00, 0.07. Web safe color of #82cdee is #99ccff. Color #82cdee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11001101 11101110
Octal 202 315 356
Decimal 130 205 238
Hex 82 CD EE

RGB Percentages of Color #82cdee

%22.69
%35.78
%41.54

CMYK Percentages of Color #82cdee

%45
%14
%0
%7

Triadic Colors of #82cdee

#82cdee #ee82cd #cdee82

Analogous Colors of #82cdee

#82cdee #8297ee #82eed9

Monochromatic Colors of #82cdee

#82cdee

Complementary Color

#82cdee #eea382

#82cdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82cdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#82cdee Color CSS Codes

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

#82cdee Text Font Color

<p style="color:#82cdee">Text here</p>

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


#82cdee Background Color

<div style="background-color:#82cdee">
Div content here</div>

This div background color is #82cdee


#82cdee Border Color

<div style="border:3px solid #82cdee">
Div here</div>

This div border color is #82cdee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,205,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82cdee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82cdee;
  -webkit-box-shadow: 1px 1px 3px 2px #82cdee;
  box-shadow:         1px 1px 3px 2px #82cdee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,205,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82cdee


Comments

No comments written yet.

Please login to write comment.