Color Hex Logo

#3fadec Color Hex

#3FADEC
(63,173,236)
0 Favorites   0 Comments

Color spaces of #3fadec

RGB 63173236
HSL0.560.820.59
HSV202°73°93°
CMYK 0.730.270.00   0.07
XYZ32.133837.000084.8050
Yxy37.00000.20870.2404
Hunter Lab60.8276-12.1510-40.0819
CIE-Lab67.2770-10.6331-40.4327

#3fadec color RGB value is (63,173,236).

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

The process color (four color CMYK) of #3fadec color hex is 0.73, 0.27, 0.00, 0.07. Web safe color of #3fadec is #3399ff. Color #3fadec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10101101 11101100
Octal 77 255 354
Decimal 63 173 236
Hex 3F AD EC

RGB Percentages of Color #3fadec

%13.35
%36.65
%50.00

CMYK Percentages of Color #3fadec

%73
%27
%0
%7

Triadic Colors of #3fadec

#3fadec #ec3fad #adec3f

Analogous Colors of #3fadec

#3fadec #3f57ec #3fecd5

Monochromatic Colors of #3fadec

#3fadec

Complementary Color

#3fadec #ec7e3f

#3fadec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fadec Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fadec Color CSS Codes

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

#3fadec Text Font Color

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

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


#3fadec Background Color

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

This div background color is #3fadec


#3fadec Border Color

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

This div border color is #3fadec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fadec


Comments

No comments written yet.

Please login to write comment.