Color Hex Logo

#07efdc Color Hex

#07EFDC
(7,239,220)
0 Favorites   0 Comments

Color spaces of #07efdc

RGB 7239220
HSL0.490.940.48
HSV175°97°94°
CMYK 0.970.000.08   0.06
XYZ43.872466.945578.3196
Yxy66.94550.23200.3540
Hunter Lab81.8202-47.47280.5208
CIE-Lab85.4764-50.9830-4.2388

#07efdc color RGB value is (7,239,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 11101111 11011100
Octal 7 357 334
Decimal 7 239 220
Hex 7 EF DC

RGB Percentages of Color #07efdc

%1.50
%51.29
%47.21

CMYK Percentages of Color #07efdc

%97
%0
%8
%6

Triadic Colors of #07efdc

#07efdc #dc07ef #efdc07

Analogous Colors of #07efdc

#07efdc #078eef #07ef68

Monochromatic Colors of #07efdc

#07efdc

Complementary Color

#07efdc #ef071a

#07efdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07efdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#07efdc Color CSS Codes

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

#07efdc Text Font Color

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

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


#07efdc Background Color

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

This div background color is #07efdc


#07efdc Border Color

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

This div border color is #07efdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07efdc


Comments

No comments written yet.

Please login to write comment.