Color Hex Logo

#03dfbd Color Hex

#03DFBD
(3,223,189)
0 Favorites   0 Comments

Color spaces of #03dfbd

RGB 3223189
HSL0.470.970.44
HSV171°99°87°
CMYK 0.990.000.15   0.13
XYZ35.610556.468857.1668
Yxy56.46880.23860.3784
Hunter Lab75.1457-46.91647.4974
CIE-Lab79.8799-52.82133.9642

#03dfbd color RGB value is (3,223,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 11011111 10111101
Octal 3 337 275
Decimal 3 223 189
Hex 3 DF BD

RGB Percentages of Color #03dfbd

%0.72
%53.73
%45.54

CMYK Percentages of Color #03dfbd

%99
%0
%15
%13

Triadic Colors of #03dfbd

#03dfbd #bd03df #dfbd03

Analogous Colors of #03dfbd

#03dfbd #0393df #03df4f

Monochromatic Colors of #03dfbd

#03dfbd

Complementary Color

#03dfbd #df0325

#03dfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03dfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#03dfbd Color CSS Codes

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

#03dfbd Text Font Color

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

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


#03dfbd Background Color

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

This div background color is #03dfbd


#03dfbd Border Color

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

This div border color is #03dfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03dfbd


Comments

No comments written yet.

Please login to write comment.