Color Hex Logo

#82caf5 Color Hex

#82CAF5
(130,202,245)
0 Favorites   0 Comments

Color spaces of #82caf5

RGB 130202245
HSL0.560.850.74
HSV202°47°96°
CMYK 0.470.180.00   0.04
XYZ46.807953.579594.2610
Yxy53.57950.24050.2753
Hunter Lab73.1980-13.9512-25.1123
CIE-Lab78.2159-11.2547-28.1724

#82caf5 color RGB value is (130,202,245).

#82caf5 hex color red value is 130, green value is 202 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #82caf5 hue: 0.56 , saturation: 0.85 and the lightness value of 82caf5 is 0.74.

The process color (four color CMYK) of #82caf5 color hex is 0.47, 0.18, 0.00, 0.04. Web safe color of #82caf5 is #99ccff. Color #82caf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11001010 11110101
Octal 202 312 365
Decimal 130 202 245
Hex 82 CA F5

RGB Percentages of Color #82caf5

%22.53
%35.01
%42.46

CMYK Percentages of Color #82caf5

%47
%18
%0
%4

Triadic Colors of #82caf5

#82caf5 #f582ca #caf582

Analogous Colors of #82caf5

#82caf5 #8291f5 #82f5e7

Monochromatic Colors of #82caf5

#82caf5

Complementary Color

#82caf5 #f5ad82

#82caf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82caf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#82caf5 Color CSS Codes

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

#82caf5 Text Font Color

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

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


#82caf5 Background Color

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

This div background color is #82caf5


#82caf5 Border Color

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

This div border color is #82caf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82caf5


Comments

No comments written yet.

Please login to write comment.