Color Hex Logo

#82cfdb Color Hex

#82CFDB
(130,207,219)
0 Favorites   0 Comments

Color spaces of #82cfdb

RGB 130207219
HSL0.520.550.68
HSV188°41°86°
CMYK 0.410.050.00   0.14
XYZ44.304954.485975.1996
Yxy54.48590.25460.3132
Hunter Lab73.8146-22.0364-8.7323
CIE-Lab78.7442-20.6993-13.4342

#82cfdb color RGB value is (130,207,219).

#82cfdb hex color red value is 130, green value is 207 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #82cfdb hue: 0.52 , saturation: 0.55 and the lightness value of 82cfdb is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11001111 11011011
Octal 202 317 333
Decimal 130 207 219
Hex 82 CF DB

RGB Percentages of Color #82cfdb

%23.38
%37.23
%39.39

CMYK Percentages of Color #82cfdb

%41
%5
%0
%14

Triadic Colors of #82cfdb

#82cfdb #db82cf #cfdb82

Analogous Colors of #82cfdb

#82cfdb #82a3db #82dbbb

Monochromatic Colors of #82cfdb

#82cfdb

Complementary Color

#82cfdb #db8e82

#82cfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82cfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#82cfdb Color CSS Codes

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

#82cfdb Text Font Color

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

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


#82cfdb Background Color

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

This div background color is #82cfdb


#82cfdb Border Color

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

This div border color is #82cfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82cfdb


Comments

No comments written yet.

Please login to write comment.