Color Hex Logo

#07838e Color Hex

#07838E
(7,131,142)
0 Favorites   0 Comments

Color spaces of #07838e

RGB 7131142
HSL0.510.910.29
HSV185°95°56°
CMYK 0.950.080.00   0.44
XYZ13.086418.230828.4203
Yxy18.23080.21910.3052
Hunter Lab42.6975-20.0121-9.5763
CIE-Lab49.7749-25.3275-14.4114

#07838e color RGB value is (7,131,142).

#07838e hex color red value is 7, green value is 131 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #07838e hue: 0.51 , saturation: 0.91 and the lightness value of 07838e is 0.29.

The process color (four color CMYK) of #07838e color hex is 0.95, 0.08, 0.00, 0.44. Web safe color of #07838e is #009999. Color #07838e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10000011 10001110
Octal 7 203 216
Decimal 7 131 142
Hex 7 83 8E

RGB Percentages of Color #07838e

%2.50
%46.79
%50.71

CMYK Percentages of Color #07838e

%95
%8
%0
%44

Triadic Colors of #07838e

#07838e #8e0783 #838e07

Analogous Colors of #07838e

#07838e #07408e #078e55

Monochromatic Colors of #07838e

#07838e

Complementary Color

#07838e #8e1207

#07838e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07838e Color Preview on White Background

Lorem ipsum dolor sit amet.

#07838e Color CSS Codes

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

#07838e Text Font Color

<p style="color:#07838e">Text here</p>

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


#07838e Background Color

<div style="background-color:#07838e">
Div content here</div>

This div background color is #07838e


#07838e Border Color

<div style="border:3px solid #07838e">
Div here</div>

This div border color is #07838e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,131,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07838e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07838e;
  -webkit-box-shadow: 1px 1px 3px 2px #07838e;
  box-shadow:         1px 1px 3px 2px #07838e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07838e


Comments

No comments written yet.

Please login to write comment.