Color Hex Logo

#07bcaf Color Hex

#07BCAF
(7,188,175)
0 Favorites   0 Comments

Color spaces of #07bcaf

RGB 7188175
HSL0.490.930.38
HSV176°96°74°
CMYK 0.960.000.07   0.26
XYZ25.808739.106846.7455
Yxy39.10680.23110.3502
Hunter Lab62.5354-35.7691-0.5447
CIE-Lab68.8286-41.8634-4.6209

#07bcaf color RGB value is (7,188,175).

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

The process color (four color CMYK) of #07bcaf color hex is 0.96, 0.00, 0.07, 0.26. Web safe color of #07bcaf is #00cc99. Color #07bcaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10111100 10101111
Octal 7 274 257
Decimal 7 188 175
Hex 7 BC AF

RGB Percentages of Color #07bcaf

%1.89
%50.81
%47.30

CMYK Percentages of Color #07bcaf

%96
%0
%7
%26

Triadic Colors of #07bcaf

#07bcaf #af07bc #bcaf07

Analogous Colors of #07bcaf

#07bcaf #076fbc #07bc55

Monochromatic Colors of #07bcaf

#07bcaf

Complementary Color

#07bcaf #bc0714

#07bcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07bcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#07bcaf Color CSS Codes

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

#07bcaf Text Font Color

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

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


#07bcaf Background Color

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

This div background color is #07bcaf


#07bcaf Border Color

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

This div border color is #07bcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07bcaf


Comments

No comments written yet.

Please login to write comment.