Color Hex Logo

#007cbe Color Hex

#007CBE
(0,124,190)
0 Favorites   0 Comments

Color spaces of #007cbe

RGB 0124190
HSL0.561.000.37
HSV201°100°75°
CMYK 1.000.350.00   0.25
XYZ16.501918.133051.3455
Yxy18.13300.19190.2109
Hunter Lab42.5829-5.3469-41.6826
CIE-Lab49.6570-4.0702-42.4703

#007cbe color RGB value is (0,124,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01111100 10111110
Octal 0 174 276
Decimal 0 124 190
Hex 0 7C BE

RGB Percentages of Color #007cbe

%0.00
%39.49
%60.51

CMYK Percentages of Color #007cbe

%100
%35
%0
%25

Triadic Colors of #007cbe

#007cbe #be007c #7cbe00

Analogous Colors of #007cbe

#007cbe #001dbe #00bea1

Monochromatic Colors of #007cbe

#007cbe

Complementary Color

#007cbe #be4200

#007cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#007cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#007cbe Color CSS Codes

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

#007cbe Text Font Color

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

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


#007cbe Background Color

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

This div background color is #007cbe


#007cbe Border Color

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

This div border color is #007cbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,124,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 #007cbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #007cbe


Comments

No comments written yet.

Please login to write comment.