Color Hex Logo

#82ddeb Color Hex

#82DDEB
(130,221,235)
0 Favorites   0 Comments

Color spaces of #82ddeb

RGB 130221235
HSL0.520.720.72
HSV188°45°92°
CMYK 0.450.060.00   0.08
XYZ50.057862.456988.0143
Yxy62.45690.24960.3115
Hunter Lab79.0297-25.2391-10.7097
CIE-Lab83.1558-23.6129-15.3481

#82ddeb color RGB value is (130,221,235).

#82ddeb hex color red value is 130, green value is 221 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #82ddeb hue: 0.52 , saturation: 0.72 and the lightness value of 82ddeb is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11011101 11101011
Octal 202 335 353
Decimal 130 221 235
Hex 82 DD EB

RGB Percentages of Color #82ddeb

%22.18
%37.71
%40.10

CMYK Percentages of Color #82ddeb

%45
%6
%0
%8

Triadic Colors of #82ddeb

#82ddeb #eb82dd #ddeb82

Analogous Colors of #82ddeb

#82ddeb #82a9eb #82ebc5

Monochromatic Colors of #82ddeb

#82ddeb

Complementary Color

#82ddeb #eb9082

#82ddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82ddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#82ddeb Color CSS Codes

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

#82ddeb Text Font Color

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

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


#82ddeb Background Color

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

This div background color is #82ddeb


#82ddeb Border Color

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

This div border color is #82ddeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,221,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 #82ddeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82ddeb


Comments

No comments written yet.

Please login to write comment.