Color Hex Logo

#07adeb Color Hex

#07ADEB
(7,173,235)
1 Favorites   0 Comments

Color spaces of #07adeb

RGB 7173235
HSL0.550.940.47
HSV196°97°92°
CMYK 0.970.260.00   0.08
XYZ30.026635.930583.9500
Yxy35.93050.20030.2397
Hunter Lab59.9421-15.4831-41.0773
CIE-Lab66.4668-14.9273-41.2092

#07adeb color RGB value is (7,173,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 10101101 11101011
Octal 7 255 353
Decimal 7 173 235
Hex 7 AD EB

RGB Percentages of Color #07adeb

%1.69
%41.69
%56.63

CMYK Percentages of Color #07adeb

%97
%26
%0
%8

Triadic Colors of #07adeb

#07adeb #eb07ad #adeb07

Analogous Colors of #07adeb

#07adeb #073beb #07ebb7

Monochromatic Colors of #07adeb

#07adeb

Complementary Color

#07adeb #eb4507

#07adeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07adeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#07adeb Color CSS Codes

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

#07adeb Text Font Color

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

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


#07adeb Background Color

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

This div background color is #07adeb


#07adeb Border Color

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

This div border color is #07adeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07adeb

#07adeb Color Palettes


Comments

No comments written yet.

Please login to write comment.