Color Hex Logo

#82b7ce Color Hex

#82B7CE
(130,183,206)
0 Favorites   0 Comments

Color spaces of #82b7ce

RGB 130183206
HSL0.550.440.66
HSV198°37°81°
CMYK 0.370.110.00   0.19
XYZ37.280043.069064.7408
Yxy43.06900.25690.2968
Hunter Lab65.6270-13.4487-12.5505
CIE-Lab71.6018-11.5927-17.1405

#82b7ce color RGB value is (130,183,206).

#82b7ce hex color red value is 130, green value is 183 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #82b7ce hue: 0.55 , saturation: 0.44 and the lightness value of 82b7ce is 0.66.

The process color (four color CMYK) of #82b7ce color hex is 0.37, 0.11, 0.00, 0.19. Web safe color of #82b7ce is #99cccc. Color #82b7ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10110111 11001110
Octal 202 267 316
Decimal 130 183 206
Hex 82 B7 CE

RGB Percentages of Color #82b7ce

%25.05
%35.26
%39.69

CMYK Percentages of Color #82b7ce

%37
%11
%0
%19

Triadic Colors of #82b7ce

#82b7ce #ce82b7 #b7ce82

Analogous Colors of #82b7ce

#82b7ce #8291ce #82cebf

Monochromatic Colors of #82b7ce

#82b7ce

Complementary Color

#82b7ce #ce9982

#82b7ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82b7ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#82b7ce Color CSS Codes

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

#82b7ce Text Font Color

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

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


#82b7ce Background Color

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

This div background color is #82b7ce


#82b7ce Border Color

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

This div border color is #82b7ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82b7ce


Comments

No comments written yet.

Please login to write comment.