Color Hex Logo

#007bbc Color Hex

#007BBC
(0,123,188)
0 Favorites   0 Comments

Color spaces of #007bbc

RGB 0123188
HSL0.561.000.37
HSV201°100°74°
CMYK 1.000.350.00   0.26
XYZ16.160117.796850.1603
Yxy17.79680.19210.2116
Hunter Lab42.1863-5.4487-40.9666
CIE-Lab49.2487-4.2495-41.9672

#007bbc color RGB value is (0,123,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01111011 10111100
Octal 0 173 274
Decimal 0 123 188
Hex 0 7B BC

RGB Percentages of Color #007bbc

%0.00
%39.55
%60.45

CMYK Percentages of Color #007bbc

%100
%35
%0
%26

Triadic Colors of #007bbc

#007bbc #bc007b #7bbc00

Analogous Colors of #007bbc

#007bbc #001dbc #00bc9f

Monochromatic Colors of #007bbc

#007bbc

Complementary Color

#007bbc #bc4100

#007bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#007bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#007bbc Color CSS Codes

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

#007bbc Text Font Color

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

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


#007bbc Background Color

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

This div background color is #007bbc


#007bbc Border Color

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

This div border color is #007bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #007bbc


Comments

No comments written yet.

Please login to write comment.