Color Hex Logo

#3fedcc Color Hex

#3FEDCC
(63,237,204)
0 Favorites   0 Comments

Color spaces of #3fedcc

RGB 63237204
HSL0.470.830.59
HSV169°73°93°
CMYK 0.730.000.14   0.07
XYZ43.233265.984867.5845
Yxy65.98480.24450.3732
Hunter Lab81.2310-47.15217.5322
CIE-Lab84.9887-50.76653.5132

#3fedcc color RGB value is (63,237,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 11101101 11001100
Octal 77 355 314
Decimal 63 237 204
Hex 3F ED CC

RGB Percentages of Color #3fedcc

%12.50
%47.02
%40.48

CMYK Percentages of Color #3fedcc

%73
%0
%14
%7

Triadic Colors of #3fedcc

#3fedcc #cc3fed #edcc3f

Analogous Colors of #3fedcc

#3fedcc #3fb7ed #3fed75

Monochromatic Colors of #3fedcc

#3fedcc

Complementary Color

#3fedcc #ed3f60

#3fedcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fedcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fedcc Color CSS Codes

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

#3fedcc Text Font Color

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

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


#3fedcc Background Color

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

This div background color is #3fedcc


#3fedcc Border Color

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

This div border color is #3fedcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,237,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fedcc


Comments

No comments written yet.

Please login to write comment.