Color Hex Logo

#07cfbe Color Hex

#07CFBE
(7,207,190)
0 Favorites   0 Comments

Color spaces of #07cfbe

RGB 7207190
HSL0.490.930.42
HSV175°97°81°
CMYK 0.970.000.08   0.19
XYZ31.694748.388556.3846
Yxy48.38850.23230.3546
Hunter Lab69.5618-40.40270.6347
CIE-Lab75.0693-45.8144-3.5906

#07cfbe color RGB value is (7,207,190).

#07cfbe hex color red value is 7, green value is 207 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #07cfbe hue: 0.49 , saturation: 0.93 and the lightness value of 07cfbe is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 11001111 10111110
Octal 7 317 276
Decimal 7 207 190
Hex 7 CF BE

RGB Percentages of Color #07cfbe

%1.73
%51.24
%47.03

CMYK Percentages of Color #07cfbe

%97
%0
%8
%19

Triadic Colors of #07cfbe

#07cfbe #be07cf #cfbe07

Analogous Colors of #07cfbe

#07cfbe #077ccf #07cf5a

Monochromatic Colors of #07cfbe

#07cfbe

Complementary Color

#07cfbe #cf0718

#07cfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07cfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#07cfbe Color CSS Codes

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

#07cfbe Text Font Color

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

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


#07cfbe Background Color

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

This div background color is #07cfbe


#07cfbe Border Color

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

This div border color is #07cfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07cfbe


Comments

No comments written yet.

Please login to write comment.