Color Hex Logo

#07bcbe Color Hex

#07BCBE
(7,188,190)
0 Favorites   0 Comments

Color spaces of #07bcbe

RGB 7188190
HSL0.500.930.39
HSV181°96°75°
CMYK 0.960.010.00   0.25
XYZ27.365139.729354.9414
Yxy39.72930.22420.3256
Hunter Lab63.0312-32.8085-7.5586
CIE-Lab69.2763-37.4114-12.1964

#07bcbe color RGB value is (7,188,190).

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

The process color (four color CMYK) of #07bcbe color hex is 0.96, 0.01, 0.00, 0.25. Web safe color of #07bcbe is #00cccc. Color #07bcbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10111100 10111110
Octal 7 274 276
Decimal 7 188 190
Hex 7 BC BE

RGB Percentages of Color #07bcbe

%1.82
%48.83
%49.35

CMYK Percentages of Color #07bcbe

%96
%1
%0
%25

Triadic Colors of #07bcbe

#07bcbe #be07bc #bcbe07

Analogous Colors of #07bcbe

#07bcbe #0761be #07be65

Monochromatic Colors of #07bcbe

#07bcbe

Complementary Color

#07bcbe #be0907

#07bcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07bcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#07bcbe Color CSS Codes

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

#07bcbe Text Font Color

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

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


#07bcbe Background Color

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

This div background color is #07bcbe


#07bcbe Border Color

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

This div border color is #07bcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07bcbe


Comments

No comments written yet.

Please login to write comment.