Color Hex Logo

#007bed Color Hex

#007BED
(0,123,237)
0 Favorites   0 Comments

Color spaces of #007bed

RGB 0123237
HSL0.581.000.46
HSV209°100°93°
CMYK 1.000.480.00   0.07
XYZ22.369020.280382.8563
Yxy20.28030.17820.1616
Hunter Lab45.03379.8552-77.5626
CIE-Lab52.152714.9405-65.0889

#007bed color RGB value is (0,123,237).

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

The process color (four color CMYK) of #007bed color hex is 1.00, 0.48, 0.00, 0.07. Web safe color of #007bed is #0066ff. Color #007bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01111011 11101101
Octal 0 173 355
Decimal 0 123 237
Hex 0 7B ED

RGB Percentages of Color #007bed

%0.00
%34.17
%65.83

CMYK Percentages of Color #007bed

%100
%48
%0
%7

Triadic Colors of #007bed

#007bed #ed007b #7bed00

Analogous Colors of #007bed

#007bed #0005ed #00ede9

Monochromatic Colors of #007bed

#007bed

Complementary Color

#007bed #ed7200

#007bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#007bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#007bed Color CSS Codes

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

#007bed Text Font Color

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

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


#007bed Background Color

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

This div background color is #007bed


#007bed Border Color

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

This div border color is #007bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #007bed


Comments

No comments written yet.

Please login to write comment.