color codes Logo

#076ffb color codes

#076FFB
(7,111,251)
0 Favorites   0 Comments

Color spaces of #076ffb

RGB 7111251
HSL0.600.970.51
HSV214°97°98°
CMYK 0.970.560.00   0.02
XYZ23.184618.379193.5923
Yxy18.37910.17150.1360
Hunter Lab42.870921.5090-99.4277
CIE-Lab49.952728.1302-76.4502

#076ffb color RGB value is (7,111,251).

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

The process color (four color CMYK) of #076ffb color code is 0.97, 0.56, 0.00, 0.02. Web safe color of #076ffb is #0066ff. Color #076ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01101111 11111011
Octal 7 157 373
Decimal 7 111 251
Hex 7 6F FB

RGB Percentages of Color #076ffb

%1.90
%30.08
%68.02

CMYK Percentages of Color #076ffb

%97
%56
%0
%2

Triadic Colors of #076ffb

#076ffb #fb076f #6ffb07

Analogous Colors of #076ffb

#076ffb #1907fb #07e9fb

Monochromatic Colors of #076ffb

#076ffb

Complementary Color

#076ffb #fb9307

#076ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#076ffb Color CSS Codes

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

#076ffb Text Font Color

<p style="color:#076ffb">Text here</p>

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


#076ffb Background Color

<div style="background-color:#076ffb">
Div content here</div>

This div background color is #076ffb


#076ffb Border Color

<div style="border:3px solid #076ffb">
Div here</div>

This div border color is #076ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076ffb


Comments

No comments written yet.

Please login to write comment.