Color Hex Logo

#075667 Color Hex

#075667
(7,86,103)
0 Favorites   0 Comments

Color spaces of #075667

RGB 786103
HSL0.530.870.22
HSV191°93°40°
CMYK 0.930.170.00   0.60
XYZ5.86367.680014.0053
Yxy7.68000.21280.2788
Hunter Lab27.7128-10.7296-10.5646
CIE-Lab33.3074-14.9658-15.9453

#075667 color RGB value is (7,86,103).

#075667 hex color red value is 7, green value is 86 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #075667 hue: 0.53 , saturation: 0.87 and the lightness value of 075667 is 0.22.

The process color (four color CMYK) of #075667 color hex is 0.93, 0.17, 0.00, 0.60. Web safe color of #075667 is #006666. Color #075667 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01010110 01100111
Octal 7 126 147
Decimal 7 86 103
Hex 7 56 67

RGB Percentages of Color #075667

%3.57
%43.88
%52.55

CMYK Percentages of Color #075667

%93
%17
%0
%60

Triadic Colors of #075667

#075667 #670756 #566707

Analogous Colors of #075667

#075667 #072667 #076748

Monochromatic Colors of #075667

#075667

Complementary Color

#075667 #671807

#075667 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075667 Color Preview on White Background

Lorem ipsum dolor sit amet.

#075667 Color CSS Codes

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

#075667 Text Font Color

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

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


#075667 Background Color

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

This div background color is #075667


#075667 Border Color

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

This div border color is #075667


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,86,103, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #075667; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #075667;
  -webkit-box-shadow: 1px 1px 3px 2px #075667;
  box-shadow:         1px 1px 3px 2px #075667; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075667

#075667 Color Palettes


Comments

No comments written yet.

Please login to write comment.