Color Hex Logo

#3feddc Color Hex

#3FEDDC
(63,237,220)
0 Favorites   0 Comments

Color spaces of #3feddc

RGB 63237220
HSL0.480.830.59
HSV174°73°93°
CMYK 0.730.000.07   0.07
XYZ45.252466.792478.2173
Yxy66.79240.23780.3511
Hunter Lab81.7266-44.18530.4645
CIE-Lab85.3990-46.6395-4.2942

#3feddc color RGB value is (63,237,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 11101101 11011100
Octal 77 355 334
Decimal 63 237 220
Hex 3F ED DC

RGB Percentages of Color #3feddc

%12.12
%45.58
%42.31

CMYK Percentages of Color #3feddc

%73
%0
%7
%7

Triadic Colors of #3feddc

#3feddc #dc3fed #eddc3f

Analogous Colors of #3feddc

#3feddc #3fa7ed #3fed85

Monochromatic Colors of #3feddc

#3feddc

Complementary Color

#3feddc #ed3f50

#3feddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3feddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3feddc Color CSS Codes

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

#3feddc Text Font Color

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

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


#3feddc Background Color

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

This div background color is #3feddc


#3feddc Border Color

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

This div border color is #3feddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3feddc


Comments

No comments written yet.

Please login to write comment.