Color Hex Logo

#82dbec Color Hex

#82DBEC
(130,219,236)
0 Favorites   0 Comments

Color spaces of #82dbec

RGB 130219236
HSL0.530.740.72
HSV190°45°93°
CMYK 0.450.070.00   0.07
XYZ49.677861.465088.6025
Yxy61.46500.24870.3077
Hunter Lab78.3996-24.0931-12.1262
CIE-Lab82.6281-22.3626-16.6721

#82dbec color RGB value is (130,219,236).

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

The process color (four color CMYK) of #82dbec color hex is 0.45, 0.07, 0.00, 0.07. Web safe color of #82dbec is #99ccff. Color #82dbec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11011011 11101100
Octal 202 333 354
Decimal 130 219 236
Hex 82 DB EC

RGB Percentages of Color #82dbec

%22.22
%37.44
%40.34

CMYK Percentages of Color #82dbec

%45
%7
%0
%7

Triadic Colors of #82dbec

#82dbec #ec82db #dbec82

Analogous Colors of #82dbec

#82dbec #82a6ec #82ecc8

Monochromatic Colors of #82dbec

#82dbec

Complementary Color

#82dbec #ec9382

#82dbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82dbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#82dbec Color CSS Codes

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

#82dbec Text Font Color

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

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


#82dbec Background Color

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

This div background color is #82dbec


#82dbec Border Color

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

This div border color is #82dbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82dbec


Comments

No comments written yet.

Please login to write comment.