Color Hex Logo

#007bc0 Color Hex

#007BC0
(0,123,192)
0 Favorites   0 Comments

Color spaces of #007bc0

RGB 0123192
HSL0.561.000.38
HSV202°100°75°
CMYK 1.000.360.00   0.25
XYZ16.597417.971752.4633
Yxy17.97170.19070.2065
Hunter Lab42.3930-4.3029-43.6989
CIE-Lab49.4618-2.6915-43.9286

#007bc0 color RGB value is (0,123,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01111011 11000000
Octal 0 173 300
Decimal 0 123 192
Hex 0 7B C0

RGB Percentages of Color #007bc0

%0.00
%39.05
%60.95

CMYK Percentages of Color #007bc0

%100
%36
%0
%25

Triadic Colors of #007bc0

#007bc0 #c0007b #7bc000

Analogous Colors of #007bc0

#007bc0 #001bc0 #00c0a5

Monochromatic Colors of #007bc0

#007bc0

Complementary Color

#007bc0 #c04500

#007bc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#007bc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#007bc0 Color CSS Codes

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

#007bc0 Text Font Color

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

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


#007bc0 Background Color

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

This div background color is #007bc0


#007bc0 Border Color

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

This div border color is #007bc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #007bc0

#007bc0 Color Palettes


Comments

No comments written yet.

Please login to write comment.