Color Hex Logo

#82cfdd Color Hex

#82CFDD
(130,207,221)
0 Favorites   0 Comments

Color spaces of #82cfdd

RGB 130207221
HSL0.530.570.69
HSV189°41°87°
CMYK 0.410.060.00   0.13
XYZ44.569954.591976.5948
Yxy54.59190.25360.3106
Hunter Lab73.8863-21.6259-9.7430
CIE-Lab78.8056-20.1925-14.4149

#82cfdd color RGB value is (130,207,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11001111 11011101
Octal 202 317 335
Decimal 130 207 221
Hex 82 CF DD

RGB Percentages of Color #82cfdd

%23.30
%37.10
%39.61

CMYK Percentages of Color #82cfdd

%41
%6
%0
%13

Triadic Colors of #82cfdd

#82cfdd #dd82cf #cfdd82

Analogous Colors of #82cfdd

#82cfdd #82a2dd #82ddbe

Monochromatic Colors of #82cfdd

#82cfdd

Complementary Color

#82cfdd #dd9082

#82cfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82cfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#82cfdd Color CSS Codes

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

#82cfdd Text Font Color

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

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


#82cfdd Background Color

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

This div background color is #82cfdd


#82cfdd Border Color

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

This div border color is #82cfdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,207,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 #82cfdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82cfdd


Comments

No comments written yet.

Please login to write comment.