color codes Logo

#82a7d0 color codes

#82A7D0
(130,167,208)
0 Favorites   0 Comments

Color spaces of #82a7d0

RGB 130167208
HSL0.590.450.66
HSV212°38°82°
CMYK 0.380.200.00   0.18
XYZ34.409836.937364.9905
Yxy36.93730.25240.2709
Hunter Lab60.7761-5.2961-20.8581
CIE-Lab67.2300-2.3934-24.8941

#82a7d0 color RGB value is (130,167,208).

#82a7d0 hex color red value is 130, green value is 167 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #82a7d0 hue: 0.59 , saturation: 0.45 and the lightness value of 82a7d0 is 0.66.

The process color (four color CMYK) of #82a7d0 color code is 0.38, 0.20, 0.00, 0.18. Web safe color of #82a7d0 is #9999cc. Color #82a7d0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10100111 11010000
Octal 202 247 320
Decimal 130 167 208
Hex 82 A7 D0

RGB Percentages of Color #82a7d0

%25.74
%33.07
%41.19

CMYK Percentages of Color #82a7d0

%38
%20
%0
%18

Triadic Colors of #82a7d0

#82a7d0 #d082a7 #a7d082

Analogous Colors of #82a7d0

#82a7d0 #8482d0 #82ced0

Monochromatic Colors of #82a7d0

#82a7d0

Complementary Color

#82a7d0 #d0ab82

#82a7d0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82a7d0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#82a7d0 Color CSS Codes

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

#82a7d0 Text Font Color

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

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


#82a7d0 Background Color

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

This div background color is #82a7d0


#82a7d0 Border Color

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

This div border color is #82a7d0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82a7d0


Comments

No comments written yet.

Please login to write comment.