Color Hex Logo

#07beeb Color Hex

#07BEEB
(7,190,235)
0 Favorites   0 Comments

Color spaces of #07beeb

RGB 7190235
HSL0.530.940.47
HSV192°97°92°
CMYK 0.970.190.00   0.08
XYZ33.496542.870285.1066
Yxy42.87020.20740.2655
Hunter Lab65.4753-23.2631-31.2340
CIE-Lab71.4668-23.8367-33.4269

#07beeb color RGB value is (7,190,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 10111110 11101011
Octal 7 276 353
Decimal 7 190 235
Hex 7 BE EB

RGB Percentages of Color #07beeb

%1.62
%43.98
%54.40

CMYK Percentages of Color #07beeb

%97
%19
%0
%8

Triadic Colors of #07beeb

#07beeb #eb07be #beeb07

Analogous Colors of #07beeb

#07beeb #074ceb #07eba6

Monochromatic Colors of #07beeb

#07beeb

Complementary Color

#07beeb #eb3407

#07beeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07beeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#07beeb Color CSS Codes

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

#07beeb Text Font Color

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

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


#07beeb Background Color

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

This div background color is #07beeb


#07beeb Border Color

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

This div border color is #07beeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07beeb


Comments

No comments written yet.

Please login to write comment.