Color Hex Logo

#07effe Color Hex

#07EFFE
(7,239,254)
0 Favorites   0 Comments

Color spaces of #07effe

RGB 7239254
HSL0.510.990.51
HSV184°97°100°
CMYK 0.970.060.00   0.00
XYZ48.843568.9339104.4972
Yxy68.93390.21970.3101
Hunter Lab83.0264-40.2868-16.5040
CIE-Lab86.4713-41.1956-20.6031

#07effe color RGB value is (7,239,254).

#07effe hex color red value is 7, green value is 239 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #07effe hue: 0.51 , saturation: 0.99 and the lightness value of 07effe is 0.51.

The process color (four color CMYK) of #07effe color hex is 0.97, 0.06, 0.00, 0.00. Web safe color of #07effe is #00ffff. Color #07effe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 11101111 11111110
Octal 7 357 376
Decimal 7 239 254
Hex 7 EF FE

RGB Percentages of Color #07effe

%1.40
%47.80
%50.80

CMYK Percentages of Color #07effe

%97
%6
%0
%0

Triadic Colors of #07effe

#07effe #fe07ef #effe07

Analogous Colors of #07effe

#07effe #0774fe #07fe92

Monochromatic Colors of #07effe

#07effe

Complementary Color

#07effe #fe1607

#07effe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07effe Color Preview on White Background

Lorem ipsum dolor sit amet.

#07effe Color CSS Codes

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

#07effe Text Font Color

<p style="color:#07effe">Text here</p>

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


#07effe Background Color

<div style="background-color:#07effe">
Div content here</div>

This div background color is #07effe


#07effe Border Color

<div style="border:3px solid #07effe">
Div here</div>

This div border color is #07effe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,239,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07effe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07effe;
  -webkit-box-shadow: 1px 1px 3px 2px #07effe;
  box-shadow:         1px 1px 3px 2px #07effe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,239,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 #07effe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07effe


Comments

No comments written yet.

Please login to write comment.