Color Hex Logo

#82daeb Color Hex

#82DAEB
(130,218,235)
0 Favorites   0 Comments

Color spaces of #82daeb

RGB 130218235
HSL0.530.720.72
HSV190°45°92°
CMYK 0.450.070.00   0.08
XYZ49.272760.886887.7526
Yxy60.88680.24900.3076
Hunter Lab78.0300-23.8372-12.0566
CIE-Lab82.3178-22.1232-16.6080

#82daeb color RGB value is (130,218,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11011010 11101011
Octal 202 332 353
Decimal 130 218 235
Hex 82 DA EB

RGB Percentages of Color #82daeb

%22.30
%37.39
%40.31

CMYK Percentages of Color #82daeb

%45
%7
%0
%8

Triadic Colors of #82daeb

#82daeb #eb82da #daeb82

Analogous Colors of #82daeb

#82daeb #82a6eb #82ebc8

Monochromatic Colors of #82daeb

#82daeb

Complementary Color

#82daeb #eb9382

#82daeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82daeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#82daeb Color CSS Codes

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

#82daeb Text Font Color

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

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


#82daeb Background Color

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

This div background color is #82daeb


#82daeb Border Color

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

This div border color is #82daeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82daeb


Comments

No comments written yet.

Please login to write comment.