Color Hex Logo

#0082eb Color Hex

#0082EB
(0,130,235)
0 Favorites   0 Comments

Color spaces of #0082eb

RGB 0130235
HSL0.571.000.46
HSV207°100°92°
CMYK 1.000.450.00   0.08
XYZ22.978021.963481.6256
Yxy21.96340.18150.1735
Hunter Lab46.86515.5047-70.4606
CIE-Lab53.98819.8053-61.0156

#0082eb color RGB value is (0,130,235).

#0082eb hex color red value is 0, green value is 130 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #0082eb hue: 0.57 , saturation: 1.00 and the lightness value of 0082eb is 0.46.

The process color (four color CMYK) of #0082eb color hex is 1.00, 0.45, 0.00, 0.08. Web safe color of #0082eb is #0099ff. Color #0082eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10000010 11101011
Octal 0 202 353
Decimal 0 130 235
Hex 0 82 EB

RGB Percentages of Color #0082eb

%0.00
%35.62
%64.38

CMYK Percentages of Color #0082eb

%100
%45
%0
%8

Triadic Colors of #0082eb

#0082eb #eb0082 #82eb00

Analogous Colors of #0082eb

#0082eb #000ceb #00ebdf

Monochromatic Colors of #0082eb

#0082eb

Complementary Color

#0082eb #eb6900

#0082eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0082eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0082eb Color CSS Codes

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

#0082eb Text Font Color

<p style="color:#0082eb">Text here</p>

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


#0082eb Background Color

<div style="background-color:#0082eb">
Div content here</div>

This div background color is #0082eb


#0082eb Border Color

<div style="border:3px solid #0082eb">
Div here</div>

This div border color is #0082eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,130,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0082eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0082eb;
  -webkit-box-shadow: 1px 1px 3px 2px #0082eb;
  box-shadow:         1px 1px 3px 2px #0082eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0082eb


Comments

No comments written yet.

Please login to write comment.