Color Hex Logo

#007fbe Color Hex

#007FBE
(0,127,190)
0 Favorites   0 Comments

Color spaces of #007fbe

RGB 0127190
HSL0.561.000.37
HSV200°100°75°
CMYK 1.000.330.00   0.25
XYZ16.883618.896451.4727
Yxy18.89640.19350.2166
Hunter Lab43.4700-6.7437-39.7761
CIE-Lab50.5658-5.8529-41.0320

#007fbe color RGB value is (0,127,190).

#007fbe hex color red value is 0, green value is 127 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #007fbe hue: 0.56 , saturation: 1.00 and the lightness value of 007fbe is 0.37.

The process color (four color CMYK) of #007fbe color hex is 1.00, 0.33, 0.00, 0.25. Web safe color of #007fbe is #0066cc. Color #007fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01111111 10111110
Octal 0 177 276
Decimal 0 127 190
Hex 0 7F BE

RGB Percentages of Color #007fbe

%0.00
%40.06
%59.94

CMYK Percentages of Color #007fbe

%100
%33
%0
%25

Triadic Colors of #007fbe

#007fbe #be007f #7fbe00

Analogous Colors of #007fbe

#007fbe #0020be #00be9e

Monochromatic Colors of #007fbe

#007fbe

Complementary Color

#007fbe #be3f00

#007fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#007fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#007fbe Color CSS Codes

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

#007fbe Text Font Color

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

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


#007fbe Background Color

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

This div background color is #007fbe


#007fbe Border Color

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

This div border color is #007fbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,127,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #007fbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #007fbe;
  -webkit-box-shadow: 1px 1px 3px 2px #007fbe;
  box-shadow:         1px 1px 3px 2px #007fbe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #007fbe


Comments

No comments written yet.

Please login to write comment.