Color Hex Logo

#03dfaf Color Hex

#03DFAF
(3,223,175)
0 Favorites   0 Comments

Color spaces of #03dfaf

RGB 3223175
HSL0.460.970.44
HSV167°99°87°
CMYK 0.990.000.22   0.13
XYZ34.163155.889949.5447
Yxy55.88990.24470.4004
Hunter Lab74.7595-49.259513.0390
CIE-Lab79.5511-56.355510.9128

#03dfaf color RGB value is (3,223,175).

#03dfaf hex color red value is 3, green value is 223 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #03dfaf hue: 0.46 , saturation: 0.97 and the lightness value of 03dfaf is 0.44.

The process color (four color CMYK) of #03dfaf color hex is 0.99, 0.00, 0.22, 0.13. Web safe color of #03dfaf is #00cc99. Color #03dfaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 11011111 10101111
Octal 3 337 257
Decimal 3 223 175
Hex 3 DF AF

RGB Percentages of Color #03dfaf

%0.75
%55.61
%43.64

CMYK Percentages of Color #03dfaf

%99
%0
%22
%13

Triadic Colors of #03dfaf

#03dfaf #af03df #dfaf03

Analogous Colors of #03dfaf

#03dfaf #03a1df #03df41

Monochromatic Colors of #03dfaf

#03dfaf

Complementary Color

#03dfaf #df0333

#03dfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03dfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#03dfaf Color CSS Codes

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

#03dfaf Text Font Color

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

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


#03dfaf Background Color

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

This div background color is #03dfaf


#03dfaf Border Color

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

This div border color is #03dfaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,223,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 #03dfaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03dfaf


Comments

No comments written yet.

Please login to write comment.