Color Hex Logo

#007cfe Color Hex

#007CFE
(0,124,254)
0 Favorites   0 Comments

Color spaces of #007cfe

RGB 0124254
HSL0.591.000.50
HSV211°100°100°
CMYK 1.000.510.00   0.00
XYZ25.097021.571196.6068
Yxy21.57110.17520.1506
Hunter Lab46.444715.1766-90.8142
CIE-Lab53.568920.9069-72.2355

#007cfe color RGB value is (0,124,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01111100 11111110
Octal 0 174 376
Decimal 0 124 254
Hex 0 7C FE

RGB Percentages of Color #007cfe

%0.00
%32.80
%67.20

CMYK Percentages of Color #007cfe

%100
%51
%0
%0

Triadic Colors of #007cfe

#007cfe #fe007c #7cfe00

Analogous Colors of #007cfe

#007cfe #0300fe #00fbfe

Monochromatic Colors of #007cfe

#007cfe

Complementary Color

#007cfe #fe8200

#007cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#007cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#007cfe Color CSS Codes

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

#007cfe Text Font Color

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

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


#007cfe Background Color

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

This div background color is #007cfe


#007cfe Border Color

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

This div border color is #007cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #007cfe


Comments

No comments written yet.

Please login to write comment.