Color Hex Logo

#82cdfe Color Hex

#82CDFE
(130,205,254)
0 Favorites   0 Comments

Color spaces of #82cdfe

RGB 130205254
HSL0.570.980.75
HSV204°49°100°
CMYK 0.490.190.00   0.00
XYZ48.926655.5642101.9122
Yxy55.56420.23700.2692
Hunter Lab74.5414-13.2857-28.8817
CIE-Lab79.3651-10.3386-31.2148

#82cdfe color RGB value is (130,205,254).

#82cdfe hex color red value is 130, green value is 205 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #82cdfe hue: 0.57 , saturation: 0.98 and the lightness value of 82cdfe is 0.75.

The process color (four color CMYK) of #82cdfe color hex is 0.49, 0.19, 0.00, 0.00. Web safe color of #82cdfe is #99ccff. Color #82cdfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11001101 11111110
Octal 202 315 376
Decimal 130 205 254
Hex 82 CD FE

RGB Percentages of Color #82cdfe

%22.07
%34.80
%43.12

CMYK Percentages of Color #82cdfe

%49
%19
%0
%0

Triadic Colors of #82cdfe

#82cdfe #fe82cd #cdfe82

Analogous Colors of #82cdfe

#82cdfe #828ffe #82fef1

Monochromatic Colors of #82cdfe

#82cdfe

Complementary Color

#82cdfe #feb382

#82cdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82cdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#82cdfe Color CSS Codes

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

#82cdfe Text Font Color

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

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


#82cdfe Background Color

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

This div background color is #82cdfe


#82cdfe Border Color

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

This div border color is #82cdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82cdfe

Related Colors


Comments

No comments written yet.

Please login to write comment.