Color Hex Logo

#07fdd8 Color Hex

#07FDD8
(7,253,216)
0 Favorites   0 Comments

Color spaces of #07fdd8

RGB 7253216
HSL0.470.980.51
HSV171°97°99°
CMYK 0.970.000.15   0.01
XYZ47.607675.253676.9820
Yxy75.25360.23820.3766
Hunter Lab86.7488-53.85008.1095
CIE-Lab89.5117-57.70743.7445

#07fdd8 color RGB value is (7,253,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 11111101 11011000
Octal 7 375 330
Decimal 7 253 216
Hex 7 FD D8

RGB Percentages of Color #07fdd8

%1.47
%53.15
%45.38

CMYK Percentages of Color #07fdd8

%97
%0
%15
%1

Triadic Colors of #07fdd8

#07fdd8 #d807fd #fdd807

Analogous Colors of #07fdd8

#07fdd8 #07a7fd #07fd5d

Monochromatic Colors of #07fdd8

#07fdd8

Complementary Color

#07fdd8 #fd072c

#07fdd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07fdd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#07fdd8 Color CSS Codes

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

#07fdd8 Text Font Color

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

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


#07fdd8 Background Color

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

This div background color is #07fdd8


#07fdd8 Border Color

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

This div border color is #07fdd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07fdd8

Related Colors


Comments

No comments written yet.

Please login to write comment.