Color Hex Logo

#07dfbb Color Hex

#07DFBB
(7,223,187)
0 Favorites   0 Comments

Color spaces of #07dfbb

RGB 7223187
HSL0.470.940.45
HSV170°97°87°
CMYK 0.970.000.16   0.13
XYZ35.444956.408456.0335
Yxy56.40840.23970.3814
Hunter Lab75.1055-47.19438.3398
CIE-Lab79.8457-53.23354.9786

#07dfbb color RGB value is (7,223,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 11011111 10111011
Octal 7 337 273
Decimal 7 223 187
Hex 7 DF BB

RGB Percentages of Color #07dfbb

%1.68
%53.48
%44.84

CMYK Percentages of Color #07dfbb

%97
%0
%16
%13

Triadic Colors of #07dfbb

#07dfbb #bb07df #dfbb07

Analogous Colors of #07dfbb

#07dfbb #0797df #07df4f

Monochromatic Colors of #07dfbb

#07dfbb

Complementary Color

#07dfbb #df072b

#07dfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07dfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#07dfbb Color CSS Codes

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

#07dfbb Text Font Color

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

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


#07dfbb Background Color

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

This div background color is #07dfbb


#07dfbb Border Color

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

This div border color is #07dfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07dfbb


Comments

No comments written yet.

Please login to write comment.