Color Hex Logo

#07daaf Color Hex

#07DAAF
(7,218,175)
0 Favorites   0 Comments

Color spaces of #07daaf

RGB 7218175
HSL0.470.940.44
HSV168°97°85°
CMYK 0.970.000.20   0.15
XYZ32.896953.283149.1083
Yxy53.28310.24320.3938
Hunter Lab72.9953-47.296811.2088
CIE-Lab78.0418-54.29758.7636

#07daaf color RGB value is (7,218,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 11011010 10101111
Octal 7 332 257
Decimal 7 218 175
Hex 7 DA AF

RGB Percentages of Color #07daaf

%1.75
%54.50
%43.75

CMYK Percentages of Color #07daaf

%97
%0
%20
%15

Triadic Colors of #07daaf

#07daaf #af07da #daaf07

Analogous Colors of #07daaf

#07daaf #079cda #07da46

Monochromatic Colors of #07daaf

#07daaf

Complementary Color

#07daaf #da0732

#07daaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07daaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#07daaf Color CSS Codes

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

#07daaf Text Font Color

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

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


#07daaf Background Color

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

This div background color is #07daaf


#07daaf Border Color

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

This div border color is #07daaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07daaf


Comments

No comments written yet.

Please login to write comment.