Color Hex Logo

#07ccae Color Hex

#07CCAE
(7,204,174)
0 Favorites   0 Comments

Color spaces of #07ccae

RGB 7204174
HSL0.470.930.41
HSV171°97°80°
CMYK 0.970.000.15   0.20
XYZ29.320546.286947.4333
Yxy46.28690.23830.3762
Hunter Lab68.0345-42.13306.2874
CIE-Lab73.7313-48.93043.0957

#07ccae color RGB value is (7,204,174).

#07ccae hex color red value is 7, green value is 204 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #07ccae hue: 0.47 , saturation: 0.93 and the lightness value of 07ccae is 0.41.

The process color (four color CMYK) of #07ccae color hex is 0.97, 0.00, 0.15, 0.20. Web safe color of #07ccae is #00cc99. Color #07ccae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 11001100 10101110
Octal 7 314 256
Decimal 7 204 174
Hex 7 CC AE

RGB Percentages of Color #07ccae

%1.82
%52.99
%45.19

CMYK Percentages of Color #07ccae

%97
%0
%15
%20

Triadic Colors of #07ccae

#07ccae #ae07cc #ccae07

Analogous Colors of #07ccae

#07ccae #0788cc #07cc4c

Monochromatic Colors of #07ccae

#07ccae

Complementary Color

#07ccae #cc0725

#07ccae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07ccae Color Preview on White Background

Lorem ipsum dolor sit amet.

#07ccae Color CSS Codes

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

#07ccae Text Font Color

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

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


#07ccae Background Color

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

This div background color is #07ccae


#07ccae Border Color

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

This div border color is #07ccae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07ccae


Comments

No comments written yet.

Please login to write comment.