Color Hex Logo

#07acde Color Hex

#07ACDE
(7,172,222)
0 Favorites   0 Comments

Color spaces of #07acde

RGB 7172222
HSL0.540.940.45
HSV194°97°87°
CMYK 0.970.230.00   0.13
XYZ28.025034.824174.3519
Yxy34.82410.20430.2538
Hunter Lab59.0119-18.5006-33.3939
CIE-Lab65.6115-18.9820-35.4100

#07acde color RGB value is (7,172,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 10101100 11011110
Octal 7 254 336
Decimal 7 172 222
Hex 7 AC DE

RGB Percentages of Color #07acde

%1.75
%42.89
%55.36

CMYK Percentages of Color #07acde

%97
%23
%0
%13

Triadic Colors of #07acde

#07acde #de07ac #acde07

Analogous Colors of #07acde

#07acde #0741de #07dea5

Monochromatic Colors of #07acde

#07acde

Complementary Color

#07acde #de3907

#07acde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07acde Color Preview on White Background

Lorem ipsum dolor sit amet.

#07acde Color CSS Codes

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

#07acde Text Font Color

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

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


#07acde Background Color

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

This div background color is #07acde


#07acde Border Color

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

This div border color is #07acde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07acde


Comments

No comments written yet.

Please login to write comment.