Color Hex Logo

#07efff Color Hex

#07EFFF
(7,239,255)
0 Favorites   0 Comments

Color spaces of #07efff

RGB 7239255
HSL0.511.000.51
HSV184°97°100°
CMYK 0.970.060.00   0.00
XYZ49.004168.9982105.3429
Yxy68.99820.21940.3089
Hunter Lab83.0652-40.0584-17.0457
CIE-Lab86.5032-40.8945-21.0790

#07efff color RGB value is (7,239,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 11101111 11111111
Octal 7 357 377
Decimal 7 239 255
Hex 7 EF FF

RGB Percentages of Color #07efff

%1.40
%47.70
%50.90

CMYK Percentages of Color #07efff

%97
%6
%0
%0

Triadic Colors of #07efff

#07efff #ff07ef #efff07

Analogous Colors of #07efff

#07efff #0773ff #07ff93

Monochromatic Colors of #07efff

#07efff

Complementary Color

#07efff #ff1707

#07efff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07efff Color Preview on White Background

Lorem ipsum dolor sit amet.

#07efff Color CSS Codes

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

#07efff Text Font Color

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

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


#07efff Background Color

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

This div background color is #07efff


#07efff Border Color

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

This div border color is #07efff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,239,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07efff


Comments

No comments written yet.

Please login to write comment.