Color Hex Logo

#82bddd Color Hex

#82BDDD
(130,189,221)
0 Favorites   0 Comments

Color spaces of #82bddd

RGB 130189221
HSL0.560.570.69
HSV201°41°87°
CMYK 0.410.140.00   0.13
XYZ40.454746.361575.2231
Yxy46.36150.24970.2861
Hunter Lab68.0893-13.1019-17.8394
CIE-Lab73.7795-10.8717-22.0124

#82bddd color RGB value is (130,189,221).

#82bddd hex color red value is 130, green value is 189 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #82bddd hue: 0.56 , saturation: 0.57 and the lightness value of 82bddd is 0.69.

The process color (four color CMYK) of #82bddd color hex is 0.41, 0.14, 0.00, 0.13. Web safe color of #82bddd is #99cccc. Color #82bddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10111101 11011101
Octal 202 275 335
Decimal 130 189 221
Hex 82 BD DD

RGB Percentages of Color #82bddd

%24.07
%35.00
%40.93

CMYK Percentages of Color #82bddd

%41
%14
%0
%13

Triadic Colors of #82bddd

#82bddd #dd82bd #bddd82

Analogous Colors of #82bddd

#82bddd #8290dd #82ddd0

Monochromatic Colors of #82bddd

#82bddd

Complementary Color

#82bddd #dda282

#82bddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82bddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#82bddd Color CSS Codes

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

#82bddd Text Font Color

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

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


#82bddd Background Color

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

This div background color is #82bddd


#82bddd Border Color

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

This div border color is #82bddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82bddd


Comments

No comments written yet.

Please login to write comment.