Color Hex Logo

#07affb Color Hex

#07AFFB
(7,175,251)
0 Favorites   0 Comments

Color spaces of #07affb

RGB 7175251
HSL0.550.970.51
HSV199°97°98°
CMYK 0.970.300.00   0.02
XYZ32.830237.670196.8075
Yxy37.67010.19620.2252
Hunter Lab61.3760-11.9277-50.5541
CIE-Lab67.7768-10.2889-47.8722

#07affb color RGB value is (7,175,251).

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

The process color (four color CMYK) of #07affb color hex is 0.97, 0.30, 0.00, 0.02. Web safe color of #07affb is #0099ff. Color #07affb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10101111 11111011
Octal 7 257 373
Decimal 7 175 251
Hex 7 AF FB

RGB Percentages of Color #07affb

%1.62
%40.42
%57.97

CMYK Percentages of Color #07affb

%97
%30
%0
%2

Triadic Colors of #07affb

#07affb #fb07af #affb07

Analogous Colors of #07affb

#07affb #0735fb #07fbcd

Monochromatic Colors of #07affb

#07affb

Complementary Color

#07affb #fb5307

#07affb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07affb Color Preview on White Background

Lorem ipsum dolor sit amet.

#07affb Color CSS Codes

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

#07affb Text Font Color

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

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


#07affb Background Color

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

This div background color is #07affb


#07affb Border Color

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

This div border color is #07affb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07affb


Comments

No comments written yet.

Please login to write comment.