Color Hex Logo

#07afff Color Hex

#07AFFF
(7,175,255)
0 Favorites   0 Comments

Color spaces of #07afff

RGB 7175255
HSL0.551.000.51
HSV199°97°100°
CMYK 0.970.310.00   0.00
XYZ33.467637.9251100.1641
Yxy37.92510.19510.2211
Hunter Lab61.5834-10.7647-53.3256
CIE-Lab67.9654-8.8460-49.7445

#07afff color RGB value is (7,175,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 10101111 11111111
Octal 7 257 377
Decimal 7 175 255
Hex 7 AF FF

RGB Percentages of Color #07afff

%1.60
%40.05
%58.35

CMYK Percentages of Color #07afff

%97
%31
%0
%0

Triadic Colors of #07afff

#07afff #ff07af #afff07

Analogous Colors of #07afff

#07afff #0733ff #07ffd3

Monochromatic Colors of #07afff

#07afff

Complementary Color

#07afff #ff5707

#07afff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07afff Color Preview on White Background

Lorem ipsum dolor sit amet.

#07afff Color CSS Codes

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

#07afff Text Font Color

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

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


#07afff Background Color

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

This div background color is #07afff


#07afff Border Color

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

This div border color is #07afff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07afff

Related Colors


Comments

No comments written yet.

Please login to write comment.