Color Hex Logo

#03efaf Color Hex

#03EFAF
(3,239,175)
0 Favorites   0 Comments

Color spaces of #03efaf

RGB 3239175
HSL0.450.980.47
HSV164°99°94°
CMYK 0.990.000.27   0.06
XYZ38.641964.847551.0376
Yxy64.84750.25010.4197
Hunter Lab80.5279-55.269418.7923
CIE-Lab84.4051-62.375717.7519

#03efaf color RGB value is (3,239,175).

#03efaf hex color red value is 3, green value is 239 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #03efaf hue: 0.45 , saturation: 0.98 and the lightness value of 03efaf is 0.47.

The process color (four color CMYK) of #03efaf color hex is 0.99, 0.00, 0.27, 0.06. Web safe color of #03efaf is #00ff99. Color #03efaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 11101111 10101111
Octal 3 357 257
Decimal 3 239 175
Hex 3 EF AF

RGB Percentages of Color #03efaf

%0.72
%57.31
%41.97

CMYK Percentages of Color #03efaf

%99
%0
%27
%6

Triadic Colors of #03efaf

#03efaf #af03ef #efaf03

Analogous Colors of #03efaf

#03efaf #03b9ef #03ef39

Monochromatic Colors of #03efaf

#03efaf

Complementary Color

#03efaf #ef0343

#03efaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03efaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#03efaf Color CSS Codes

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

#03efaf Text Font Color

<p style="color:#03efaf">Text here</p>

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


#03efaf Background Color

<div style="background-color:#03efaf">
Div content here</div>

This div background color is #03efaf


#03efaf Border Color

<div style="border:3px solid #03efaf">
Div here</div>

This div border color is #03efaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,239,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #03efaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #03efaf;
  -webkit-box-shadow: 1px 1px 3px 2px #03efaf;
  box-shadow:         1px 1px 3px 2px #03efaf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,239,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03efaf


Comments

No comments written yet.

Please login to write comment.