Color Hex Logo

#07acdf Color Hex

#07ACDF
(7,172,223)
0 Favorites   0 Comments

Color spaces of #07acdf

RGB 7172223
HSL0.540.940.45
HSV194°97°87°
CMYK 0.970.230.00   0.13
XYZ28.159434.877975.0600
Yxy34.87790.20390.2526
Hunter Lab59.0575-18.2395-34.0152
CIE-Lab65.6535-18.6319-35.8949

#07acdf color RGB value is (7,172,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 10101100 11011111
Octal 7 254 337
Decimal 7 172 223
Hex 7 AC DF

RGB Percentages of Color #07acdf

%1.74
%42.79
%55.47

CMYK Percentages of Color #07acdf

%97
%23
%0
%13

Triadic Colors of #07acdf

#07acdf #df07ac #acdf07

Analogous Colors of #07acdf

#07acdf #0740df #07dfa6

Monochromatic Colors of #07acdf

#07acdf

Complementary Color

#07acdf #df3a07

#07acdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07acdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#07acdf Color CSS Codes

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

#07acdf Text Font Color

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

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


#07acdf Background Color

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

This div background color is #07acdf


#07acdf Border Color

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

This div border color is #07acdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07acdf


Comments

No comments written yet.

Please login to write comment.