Color Hex Logo

#078bed Color Hex

#078BED
(7,139,237)
0 Favorites   0 Comments

Color spaces of #078bed

RGB 7139237
HSL0.570.940.48
HSV206°97°93°
CMYK 0.970.410.00   0.07
XYZ24.606324.624883.5769
Yxy24.62480.18530.1854
Hunter Lab49.62341.6703-65.1213
CIE-Lab56.70805.2721-57.7626

#078bed color RGB value is (7,139,237).

#078bed hex color red value is 7, green value is 139 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #078bed hue: 0.57 , saturation: 0.94 and the lightness value of 078bed is 0.48.

The process color (four color CMYK) of #078bed color hex is 0.97, 0.41, 0.00, 0.07. Web safe color of #078bed is #0099ff. Color #078bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10001011 11101101
Octal 7 213 355
Decimal 7 139 237
Hex 7 8B ED

RGB Percentages of Color #078bed

%1.83
%36.29
%61.88

CMYK Percentages of Color #078bed

%97
%41
%0
%7

Triadic Colors of #078bed

#078bed #ed078b #8bed07

Analogous Colors of #078bed

#078bed #0718ed #07eddc

Monochromatic Colors of #078bed

#078bed

Complementary Color

#078bed #ed6907

#078bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#078bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#078bed Color CSS Codes

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

#078bed Text Font Color

<p style="color:#078bed">Text here</p>

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


#078bed Background Color

<div style="background-color:#078bed">
Div content here</div>

This div background color is #078bed


#078bed Border Color

<div style="border:3px solid #078bed">
Div here</div>

This div border color is #078bed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,139,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #078bed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #078bed;
  -webkit-box-shadow: 1px 1px 3px 2px #078bed;
  box-shadow:         1px 1px 3px 2px #078bed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,139,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #078bed


Comments

No comments written yet.

Please login to write comment.