Color Hex Logo

#03dcab Color Hex

#03DCAB
(3,220,171)
0 Favorites   0 Comments

Color spaces of #03dcab

RGB 3220171
HSL0.460.970.44
HSV166°99°86°
CMYK 0.990.000.22   0.14
XYZ32.981454.146047.2410
Yxy54.14600.24550.4030
Hunter Lab73.5840-48.765713.4445
CIE-Lab78.5468-56.173611.6034

#03dcab color RGB value is (3,220,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 11011100 10101011
Octal 3 334 253
Decimal 3 220 171
Hex 3 DC AB

RGB Percentages of Color #03dcab

%0.76
%55.84
%43.40

CMYK Percentages of Color #03dcab

%99
%0
%22
%14

Triadic Colors of #03dcab

#03dcab #ab03dc #dcab03

Analogous Colors of #03dcab

#03dcab #03a1dc #03dc3f

Monochromatic Colors of #03dcab

#03dcab

Complementary Color

#03dcab #dc0334

#03dcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03dcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#03dcab Color CSS Codes

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

#03dcab Text Font Color

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

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


#03dcab Background Color

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

This div background color is #03dcab


#03dcab Border Color

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

This div border color is #03dcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03dcab


Comments

No comments written yet.

Please login to write comment.