Color Hex Logo

#07dacd Color Hex

#07DACD
(7,218,205)
0 Favorites   0 Comments

Color spaces of #07dacd

RGB 7218205
HSL0.490.940.44
HSV176°97°85°
CMYK 0.970.000.06   0.15
XYZ36.178554.595866.3888
Yxy54.59580.23020.3474
Hunter Lab73.8890-41.9062-1.5494
CIE-Lab78.8079-46.2942-6.1313

#07dacd color RGB value is (7,218,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 11011010 11001101
Octal 7 332 315
Decimal 7 218 205
Hex 7 DA CD

RGB Percentages of Color #07dacd

%1.63
%50.70
%47.67

CMYK Percentages of Color #07dacd

%97
%0
%6
%15

Triadic Colors of #07dacd

#07dacd #cd07da #dacd07

Analogous Colors of #07dacd

#07dacd #077eda #07da64

Monochromatic Colors of #07dacd

#07dacd

Complementary Color

#07dacd #da0714

#07dacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07dacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#07dacd Color CSS Codes

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

#07dacd Text Font Color

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

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


#07dacd Background Color

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

This div background color is #07dacd


#07dacd Border Color

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

This div border color is #07dacd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,218,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 #07dacd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07dacd


Comments

No comments written yet.

Please login to write comment.