color codes Logo

#07addd color codes

#07ADDD
(7,173,221)
0 Favorites   0 Comments

Color spaces of #07addd

RGB 7173221
HSL0.540.940.45
HSV193°97°87°
CMYK 0.970.220.00   0.13
XYZ28.082335.152873.7117
Yxy35.15280.20510.2567
Hunter Lab59.2898-19.2116-32.2091
CIE-Lab65.8675-19.8587-34.4617

#07addd color RGB value is (7,173,221).

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

The process color (four color CMYK) of #07addd color code is 0.97, 0.22, 0.00, 0.13. Web safe color of #07addd is #0099cc. Color #07addd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10101101 11011101
Octal 7 255 335
Decimal 7 173 221
Hex 7 AD DD

RGB Percentages of Color #07addd

%1.75
%43.14
%55.11

CMYK Percentages of Color #07addd

%97
%22
%0
%13

Triadic Colors of #07addd

#07addd #dd07ad #addd07

Analogous Colors of #07addd

#07addd #0742dd #07dda2

Monochromatic Colors of #07addd

#07addd

Complementary Color

#07addd #dd3707

#07addd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07addd Color Preview on White Background

Lorem ipsum dolor sit amet.

#07addd Color CSS Codes

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

#07addd Text Font Color

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

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


#07addd Background Color

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

This div background color is #07addd


#07addd Border Color

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

This div border color is #07addd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07addd


Comments

No comments written yet.

Please login to write comment.