Color Hex Logo

#82beca Color Hex

#82BECA
(130,190,202)
0 Favorites   0 Comments

Color spaces of #82beca

RGB 130190202
HSL0.530.400.65
HSV190°36°79°
CMYK 0.360.060.00   0.21
XYZ38.280045.837062.7070
Yxy45.83700.26070.3122
Hunter Lab67.7030-17.5545-7.5227
CIE-Lab73.4396-16.2708-12.1919

#82beca color RGB value is (130,190,202).

#82beca hex color red value is 130, green value is 190 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #82beca hue: 0.53 , saturation: 0.40 and the lightness value of 82beca is 0.65.

The process color (four color CMYK) of #82beca color hex is 0.36, 0.06, 0.00, 0.21. Web safe color of #82beca is #99cccc. Color #82beca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10111110 11001010
Octal 202 276 312
Decimal 130 190 202
Hex 82 BE CA

RGB Percentages of Color #82beca

%24.90
%36.40
%38.70

CMYK Percentages of Color #82beca

%36
%6
%0
%21

Triadic Colors of #82beca

#82beca #ca82be #beca82

Analogous Colors of #82beca

#82beca #829aca #82cab2

Monochromatic Colors of #82beca

#82beca

Complementary Color

#82beca #ca8e82

#82beca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82beca Color Preview on White Background

Lorem ipsum dolor sit amet.

#82beca Color CSS Codes

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

#82beca Text Font Color

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

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


#82beca Background Color

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

This div background color is #82beca


#82beca Border Color

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

This div border color is #82beca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82beca


Comments

No comments written yet.

Please login to write comment.