Color Hex Logo

#07fedf Color Hex

#07FEDF
(7,254,223)
0 Favorites   0 Comments

Color spaces of #07fedf

RGB 7254223
HSL0.480.990.51
HSV172°97°100°
CMYK 0.970.000.12   0.00
XYZ48.848776.256581.9564
Yxy76.25650.23590.3683
Hunter Lab87.3250-52.96765.4825
CIE-Lab89.9783-56.29780.7912

#07fedf color RGB value is (7,254,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 11111110 11011111
Octal 7 376 337
Decimal 7 254 223
Hex 7 FE DF

RGB Percentages of Color #07fedf

%1.45
%52.48
%46.07

CMYK Percentages of Color #07fedf

%97
%0
%12
%0

Triadic Colors of #07fedf

#07fedf #df07fe #fedf07

Analogous Colors of #07fedf

#07fedf #07a2fe #07fe64

Monochromatic Colors of #07fedf

#07fedf

Complementary Color

#07fedf #fe0726

#07fedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07fedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#07fedf Color CSS Codes

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

#07fedf Text Font Color

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

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


#07fedf Background Color

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

This div background color is #07fedf


#07fedf Border Color

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

This div border color is #07fedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07fedf


Comments

No comments written yet.

Please login to write comment.