Color Hex Logo

#3feddd Color Hex

#3FEDDD
(63,237,221)
0 Favorites   0 Comments

Color spaces of #3feddd

RGB 63237221
HSL0.480.830.59
HSV174°73°93°
CMYK 0.730.000.07   0.07
XYZ45.385266.845678.9171
Yxy66.84560.23740.3497
Hunter Lab81.7592-43.99170.0024
CIE-Lab85.4259-46.3740-4.7804

#3feddd color RGB value is (63,237,221).

#3feddd hex color red value is 63, green value is 237 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #3feddd hue: 0.48 , saturation: 0.83 and the lightness value of 3feddd is 0.59.

The process color (four color CMYK) of #3feddd color hex is 0.73, 0.00, 0.07, 0.07. Web safe color of #3feddd is #33ffcc. Color #3feddd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11101101 11011101
Octal 77 355 335
Decimal 63 237 221
Hex 3F ED DD

RGB Percentages of Color #3feddd

%12.09
%45.49
%42.42

CMYK Percentages of Color #3feddd

%73
%0
%7
%7

Triadic Colors of #3feddd

#3feddd #dd3fed #eddd3f

Analogous Colors of #3feddd

#3feddd #3fa6ed #3fed86

Monochromatic Colors of #3feddd

#3feddd

Complementary Color

#3feddd #ed3f4f

#3feddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3feddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3feddd Color CSS Codes

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

#3feddd Text Font Color

<p style="color:#3feddd">Text here</p>

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


#3feddd Background Color

<div style="background-color:#3feddd">
Div content here</div>

This div background color is #3feddd


#3feddd Border Color

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

This div border color is #3feddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3feddd


Comments

No comments written yet.

Please login to write comment.