Color Hex Logo

#07affc Color Hex

#07AFFC
(7,175,252)
0 Favorites   0 Comments

Color spaces of #07affc

RGB 7175252
HSL0.550.980.51
HSV199°97°99°
CMYK 0.970.310.00   0.01
XYZ32.988337.733497.6401
Yxy37.73340.19590.2241
Hunter Lab61.4275-11.6387-51.2432
CIE-Lab67.8237-9.9288-48.3411

#07affc color RGB value is (7,175,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 10101111 11111100
Octal 7 257 374
Decimal 7 175 252
Hex 7 AF FC

RGB Percentages of Color #07affc

%1.61
%40.32
%58.06

CMYK Percentages of Color #07affc

%97
%31
%0
%1

Triadic Colors of #07affc

#07affc #fc07af #affc07

Analogous Colors of #07affc

#07affc #0735fc #07fccf

Monochromatic Colors of #07affc

#07affc

Complementary Color

#07affc #fc5407

#07affc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07affc Color Preview on White Background

Lorem ipsum dolor sit amet.

#07affc Color CSS Codes

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

#07affc Text Font Color

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

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


#07affc Background Color

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

This div background color is #07affc


#07affc Border Color

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

This div border color is #07affc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07affc


Comments

No comments written yet.

Please login to write comment.