Color Hex Logo

#3fcdec Color Hex

#3FCDEC
(63,205,236)
0 Favorites   0 Comments

Color spaces of #3fcdec

RGB 63205236
HSL0.530.820.59
HSV191°73°93°
CMYK 0.730.130.00   0.07
XYZ39.021550.775587.1009
Yxy50.77550.22060.2870
Hunter Lab71.2569-26.9500-22.5933
CIE-Lab76.5428-27.2776-26.1031

#3fcdec color RGB value is (63,205,236).

#3fcdec hex color red value is 63, green value is 205 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #3fcdec hue: 0.53 , saturation: 0.82 and the lightness value of 3fcdec is 0.59.

The process color (four color CMYK) of #3fcdec color hex is 0.73, 0.13, 0.00, 0.07. Web safe color of #3fcdec is #33ccff. Color #3fcdec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11001101 11101100
Octal 77 315 354
Decimal 63 205 236
Hex 3F CD EC

RGB Percentages of Color #3fcdec

%12.50
%40.67
%46.83

CMYK Percentages of Color #3fcdec

%73
%13
%0
%7

Triadic Colors of #3fcdec

#3fcdec #ec3fcd #cdec3f

Analogous Colors of #3fcdec

#3fcdec #3f77ec #3fecb5

Monochromatic Colors of #3fcdec

#3fcdec

Complementary Color

#3fcdec #ec5e3f

#3fcdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fcdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fcdec Color CSS Codes

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

#3fcdec Text Font Color

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

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


#3fcdec Background Color

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

This div background color is #3fcdec


#3fcdec Border Color

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

This div border color is #3fcdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fcdec


Comments

No comments written yet.

Please login to write comment.