Color Hex Logo

#07bcfb Color Hex

#07BCFB
(7,188,251)
0 Favorites   0 Comments

Color spaces of #07bcfb

RGB 7188251
HSL0.540.970.51
HSV195°97°98°
CMYK 0.970.250.00   0.02
XYZ35.483442.976697.6919
Yxy42.97660.20140.2440
Hunter Lab65.5565-18.1083-42.4640
CIE-Lab71.5391-17.2990-41.9693

#07bcfb color RGB value is (7,188,251).

#07bcfb hex color red value is 7, green value is 188 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #07bcfb hue: 0.54 , saturation: 0.97 and the lightness value of 07bcfb is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 10111100 11111011
Octal 7 274 373
Decimal 7 188 251
Hex 7 BC FB

RGB Percentages of Color #07bcfb

%1.57
%42.15
%56.28

CMYK Percentages of Color #07bcfb

%97
%25
%0
%2

Triadic Colors of #07bcfb

#07bcfb #fb07bc #bcfb07

Analogous Colors of #07bcfb

#07bcfb #0742fb #07fbc0

Monochromatic Colors of #07bcfb

#07bcfb

Complementary Color

#07bcfb #fb4607

#07bcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07bcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#07bcfb Color CSS Codes

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

#07bcfb Text Font Color

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

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


#07bcfb Background Color

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

This div background color is #07bcfb


#07bcfb Border Color

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

This div border color is #07bcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07bcfb

Related Colors


Comments

No comments written yet.

Please login to write comment.