Color Hex Logo

#82dcef Color Hex

#82DCEF
(130,220,239)
0 Favorites   0 Comments

Color spaces of #82dcef

RGB 130220239
HSL0.530.770.72
HSV190°46°94°
CMYK 0.460.080.00   0.06
XYZ50.379162.164291.0050
Yxy62.16420.24750.3054
Hunter Lab78.8443-23.9214-13.2437
CIE-Lab83.0007-22.0822-17.7023

#82dcef color RGB value is (130,220,239).

#82dcef hex color red value is 130, green value is 220 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #82dcef hue: 0.53 , saturation: 0.77 and the lightness value of 82dcef is 0.72.

The process color (four color CMYK) of #82dcef color hex is 0.46, 0.08, 0.00, 0.06. Web safe color of #82dcef is #99ccff. Color #82dcef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11011100 11101111
Octal 202 334 357
Decimal 130 220 239
Hex 82 DC EF

RGB Percentages of Color #82dcef

%22.07
%37.35
%40.58

CMYK Percentages of Color #82dcef

%46
%8
%0
%6

Triadic Colors of #82dcef

#82dcef #ef82dc #dcef82

Analogous Colors of #82dcef

#82dcef #82a6ef #82efcc

Monochromatic Colors of #82dcef

#82dcef

Complementary Color

#82dcef #ef9582

#82dcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82dcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#82dcef Color CSS Codes

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

#82dcef Text Font Color

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

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


#82dcef Background Color

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

This div background color is #82dcef


#82dcef Border Color

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

This div border color is #82dcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82dcef


Comments

No comments written yet.

Please login to write comment.