Color Hex Logo

#07ffd9 Color Hex

#07FFD9
(7,255,217)
0 Favorites   0 Comments

Color spaces of #07ffd9

RGB 7255217
HSL0.471.000.51
HSV171°97°100°
CMYK 0.970.000.15   0.00
XYZ48.372076.574977.8766
Yxy76.57490.23850.3775
Hunter Lab87.5071-54.46658.4900
CIE-Lab90.1256-58.23974.1155

#07ffd9 color RGB value is (7,255,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 11111111 11011001
Octal 7 377 331
Decimal 7 255 217
Hex 7 FF D9

RGB Percentages of Color #07ffd9

%1.46
%53.24
%45.30

CMYK Percentages of Color #07ffd9

%97
%0
%15
%0

Triadic Colors of #07ffd9

#07ffd9 #d907ff #ffd907

Analogous Colors of #07ffd9

#07ffd9 #07a9ff #07ff5d

Monochromatic Colors of #07ffd9

#07ffd9

Complementary Color

#07ffd9 #ff072d

#07ffd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07ffd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#07ffd9 Color CSS Codes

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

#07ffd9 Text Font Color

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

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


#07ffd9 Background Color

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

This div background color is #07ffd9


#07ffd9 Border Color

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

This div border color is #07ffd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07ffd9

Related Colors


Comments

No comments written yet.

Please login to write comment.