Color Hex Logo

#82cecf Color Hex

#82CECF
(130,206,207)
0 Favorites   0 Comments

Color spaces of #82cecf

RGB 130206207
HSL0.500.450.66
HSV181°37°81°
CMYK 0.370.000.00   0.19
XYZ42.539753.393467.0954
Yxy53.39340.26090.3275
Hunter Lab73.0708-23.9563-3.2920
CIE-Lab78.1067-23.1700-7.9398

#82cecf color RGB value is (130,206,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11001110 11001111
Octal 202 316 317
Decimal 130 206 207
Hex 82 CE CF

RGB Percentages of Color #82cecf

%23.94
%37.94
%38.12

CMYK Percentages of Color #82cecf

%37
%0
%0
%19

Triadic Colors of #82cecf

#82cecf #cf82ce #cecf82

Analogous Colors of #82cecf

#82cecf #82a8cf #82cfaa

Monochromatic Colors of #82cecf

#82cecf

Complementary Color

#82cecf #cf8382

#82cecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82cecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#82cecf Color CSS Codes

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

#82cecf Text Font Color

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

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


#82cecf Background Color

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

This div background color is #82cecf


#82cecf Border Color

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

This div border color is #82cecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82cecf


Comments

No comments written yet.

Please login to write comment.