Color Hex Logo

#07adef Color Hex

#07ADEF
(7,173,239)
0 Favorites   0 Comments

Color spaces of #07adef

RGB 7173239
HSL0.550.940.48
HSV197°97°94°
CMYK 0.970.280.00   0.06
XYZ30.611236.164387.0284
Yxy36.16430.19900.2351
Hunter Lab60.1368-14.3781-43.7073
CIE-Lab66.6453-13.5008-43.1163

#07adef color RGB value is (7,173,239).

#07adef hex color red value is 7, green value is 173 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #07adef hue: 0.55 , saturation: 0.94 and the lightness value of 07adef is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 10101101 11101111
Octal 7 255 357
Decimal 7 173 239
Hex 7 AD EF

RGB Percentages of Color #07adef

%1.67
%41.29
%57.04

CMYK Percentages of Color #07adef

%97
%28
%0
%6

Triadic Colors of #07adef

#07adef #ef07ad #adef07

Analogous Colors of #07adef

#07adef #0739ef #07efbd

Monochromatic Colors of #07adef

#07adef

Complementary Color

#07adef #ef4907

#07adef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07adef Color Preview on White Background

Lorem ipsum dolor sit amet.

#07adef Color CSS Codes

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

#07adef Text Font Color

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

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


#07adef Background Color

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

This div background color is #07adef


#07adef Border Color

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

This div border color is #07adef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07adef


Comments

No comments written yet.

Please login to write comment.