Color Hex Logo

#007ffe Color Hex

#007FFE
(0,127,254)
1 Favorites   0 Comments

Color spaces of #007ffe

RGB 0127254
HSL0.581.000.50
HSV210°100°100°
CMYK 1.000.500.00   0.00
XYZ25.478822.334596.7340
Yxy22.33450.17630.1545
Hunter Lab47.259413.5302-88.2776
CIE-Lab54.380119.0288-70.9212

#007ffe color RGB value is (0,127,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01111111 11111110
Octal 0 177 376
Decimal 0 127 254
Hex 0 7F FE

RGB Percentages of Color #007ffe

%0.00
%33.33
%66.67

CMYK Percentages of Color #007ffe

%100
%50
%0
%0

Triadic Colors of #007ffe

#007ffe #fe007f #7ffe00

Analogous Colors of #007ffe

#007ffe #0000fe #00fefe

Monochromatic Colors of #007ffe

#007ffe

Complementary Color

#007ffe #fe7f00

#007ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#007ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#007ffe Color CSS Codes

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

#007ffe Text Font Color

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

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


#007ffe Background Color

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

This div background color is #007ffe


#007ffe Border Color

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

This div border color is #007ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #007ffe

#007ffe Color Palettes


Comments

No comments written yet.

Please login to write comment.