Color Hex Logo

#07efea Color Hex

#07EFEA
(7,239,234)
0 Favorites   0 Comments

Color spaces of #07efea

RGB 7239234
HSL0.500.940.48
HSV179°97°94°
CMYK 0.970.000.02   0.06
XYZ45.805467.718788.4987
Yxy67.71870.22670.3352
Hunter Lab82.2914-44.6524-6.1583
CIE-Lab85.8656-47.0668-11.0172

#07efea color RGB value is (7,239,234).

#07efea hex color red value is 7, green value is 239 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #07efea hue: 0.50 , saturation: 0.94 and the lightness value of 07efea is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 11101111 11101010
Octal 7 357 352
Decimal 7 239 234
Hex 7 EF EA

RGB Percentages of Color #07efea

%1.46
%49.79
%48.75

CMYK Percentages of Color #07efea

%97
%0
%2
%6

Triadic Colors of #07efea

#07efea #ea07ef #efea07

Analogous Colors of #07efea

#07efea #0780ef #07ef76

Monochromatic Colors of #07efea

#07efea

Complementary Color

#07efea #ef070c

#07efea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07efea Color Preview on White Background

Lorem ipsum dolor sit amet.

#07efea Color CSS Codes

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

#07efea Text Font Color

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

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


#07efea Background Color

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

This div background color is #07efea


#07efea Border Color

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

This div border color is #07efea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07efea


Comments

No comments written yet.

Please login to write comment.