Color Hex Logo

#07dbc5 Color Hex

#07DBC5
(7,219,197)
0 Favorites   0 Comments

Color spaces of #07dbc5

RGB 7219197
HSL0.480.940.44
HSV174°97°86°
CMYK 0.970.000.10   0.14
XYZ35.497254.739461.5182
Yxy54.73940.23390.3607
Hunter Lab73.9861-43.83452.4916
CIE-Lab78.8909-48.9412-1.7349

#07dbc5 color RGB value is (7,219,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 11011011 11000101
Octal 7 333 305
Decimal 7 219 197
Hex 7 DB C5

RGB Percentages of Color #07dbc5

%1.65
%51.77
%46.57

CMYK Percentages of Color #07dbc5

%97
%0
%10
%14

Triadic Colors of #07dbc5

#07dbc5 #c507db #dbc507

Analogous Colors of #07dbc5

#07dbc5 #0787db #07db5b

Monochromatic Colors of #07dbc5

#07dbc5

Complementary Color

#07dbc5 #db071d

#07dbc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07dbc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#07dbc5 Color CSS Codes

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

#07dbc5 Text Font Color

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

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


#07dbc5 Background Color

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

This div background color is #07dbc5


#07dbc5 Border Color

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

This div border color is #07dbc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07dbc5


Comments

No comments written yet.

Please login to write comment.