Color Hex Logo

#82bfdc Color Hex

#82BFDC
(130,191,220)
0 Favorites   0 Comments

Color spaces of #82bfdc

RGB 130191220
HSL0.550.560.69
HSV199°41°86°
CMYK 0.410.130.00   0.14
XYZ40.755047.174774.6678
Yxy47.17470.25060.2901
Hunter Lab68.6838-14.2800-16.3768
CIE-Lab74.3014-12.1929-20.6765

#82bfdc color RGB value is (130,191,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10111111 11011100
Octal 202 277 334
Decimal 130 191 220
Hex 82 BF DC

RGB Percentages of Color #82bfdc

%24.03
%35.30
%40.67

CMYK Percentages of Color #82bfdc

%41
%13
%0
%14

Triadic Colors of #82bfdc

#82bfdc #dc82bf #bfdc82

Analogous Colors of #82bfdc

#82bfdc #8292dc #82dccc

Monochromatic Colors of #82bfdc

#82bfdc

Complementary Color

#82bfdc #dc9f82

#82bfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82bfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#82bfdc Color CSS Codes

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

#82bfdc Text Font Color

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

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


#82bfdc Background Color

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

This div background color is #82bfdc


#82bfdc Border Color

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

This div border color is #82bfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82bfdc


Comments

No comments written yet.

Please login to write comment.