Color Hex Logo

#007bbe Color Hex

#007BBE
(0,123,190)
0 Favorites   0 Comments

Color spaces of #007bbe

RGB 0123190
HSL0.561.000.37
HSV201°100°75°
CMYK 1.000.350.00   0.25
XYZ16.377217.883651.3039
Yxy17.88360.19140.2090
Hunter Lab42.2890-4.8783-42.3268
CIE-Lab49.3546-3.4711-42.9497

#007bbe color RGB value is (0,123,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01111011 10111110
Octal 0 173 276
Decimal 0 123 190
Hex 0 7B BE

RGB Percentages of Color #007bbe

%0.00
%39.30
%60.70

CMYK Percentages of Color #007bbe

%100
%35
%0
%25

Triadic Colors of #007bbe

#007bbe #be007b #7bbe00

Analogous Colors of #007bbe

#007bbe #001cbe #00bea2

Monochromatic Colors of #007bbe

#007bbe

Complementary Color

#007bbe #be4300

#007bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#007bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#007bbe Color CSS Codes

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

#007bbe Text Font Color

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

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


#007bbe Background Color

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

This div background color is #007bbe


#007bbe Border Color

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

This div border color is #007bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #007bbe


Comments

No comments written yet.

Please login to write comment.