Color Hex Logo

#07dfcd Color Hex

#07DFCD
(7,223,205)
0 Favorites   0 Comments

Color spaces of #07dfcd

RGB 7223205
HSL0.490.940.45
HSV175°97°87°
CMYK 0.970.000.08   0.13
XYZ37.494757.228366.8276
Yxy57.22830.23210.3542
Hunter Lab75.6494-43.91510.5786
CIE-Lab80.3078-48.4175-3.9180

#07dfcd color RGB value is (7,223,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 11011111 11001101
Octal 7 337 315
Decimal 7 223 205
Hex 7 DF CD

RGB Percentages of Color #07dfcd

%1.61
%51.26
%47.13

CMYK Percentages of Color #07dfcd

%97
%0
%8
%13

Triadic Colors of #07dfcd

#07dfcd #cd07df #dfcd07

Analogous Colors of #07dfcd

#07dfcd #0785df #07df61

Monochromatic Colors of #07dfcd

#07dfcd

Complementary Color

#07dfcd #df0719

#07dfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07dfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#07dfcd Color CSS Codes

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

#07dfcd Text Font Color

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

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


#07dfcd Background Color

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

This div background color is #07dfcd


#07dfcd Border Color

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

This div border color is #07dfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07dfcd


Comments

No comments written yet.

Please login to write comment.