Color Hex Logo

#82daee Color Hex

#82DAEE
(130,218,238)
0 Favorites   0 Comments

Color spaces of #82daee

RGB 130218238
HSL0.530.760.72
HSV191°45°93°
CMYK 0.450.080.00   0.07
XYZ49.709961.061790.0550
Yxy61.06170.24750.3041
Hunter Lab78.1420-23.1960-13.6296
CIE-Lab82.4119-21.3441-18.0596

#82daee color RGB value is (130,218,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11011010 11101110
Octal 202 332 356
Decimal 130 218 238
Hex 82 DA EE

RGB Percentages of Color #82daee

%22.18
%37.20
%40.61

CMYK Percentages of Color #82daee

%45
%8
%0
%7

Triadic Colors of #82daee

#82daee #ee82da #daee82

Analogous Colors of #82daee

#82daee #82a4ee #82eecc

Monochromatic Colors of #82daee

#82daee

Complementary Color

#82daee #ee9682

#82daee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82daee Color Preview on White Background

Lorem ipsum dolor sit amet.

#82daee Color CSS Codes

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

#82daee Text Font Color

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

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


#82daee Background Color

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

This div background color is #82daee


#82daee Border Color

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

This div border color is #82daee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82daee


Comments

No comments written yet.

Please login to write comment.