Color Hex Logo

#03efdd Color Hex

#03EFDD
(3,239,221)
0 Favorites   0 Comments

Color spaces of #03efdd

RGB 3239221
HSL0.490.980.47
HSV175°99°94°
CMYK 0.990.000.08   0.06
XYZ43.955266.972879.0170
Yxy66.97280.23140.3526
Hunter Lab81.8369-47.34090.0388
CIE-Lab85.4902-50.7995-4.7453

#03efdd color RGB value is (3,239,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 11101111 11011101
Octal 3 357 335
Decimal 3 239 221
Hex 3 EF DD

RGB Percentages of Color #03efdd

%0.65
%51.62
%47.73

CMYK Percentages of Color #03efdd

%99
%0
%8
%6

Triadic Colors of #03efdd

#03efdd #dd03ef #efdd03

Analogous Colors of #03efdd

#03efdd #038bef #03ef67

Monochromatic Colors of #03efdd

#03efdd

Complementary Color

#03efdd #ef0315

#03efdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03efdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#03efdd Color CSS Codes

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

#03efdd Text Font Color

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

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


#03efdd Background Color

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

This div background color is #03efdd


#03efdd Border Color

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

This div border color is #03efdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03efdd


Comments

No comments written yet.

Please login to write comment.