Color Hex Logo

#3fadea Color Hex

#3FADEA
(63,173,234)
0 Favorites   0 Comments

Color spaces of #3fadea

RGB 63173234
HSL0.560.800.58
HSV201°73°92°
CMYK 0.730.260.00   0.08
XYZ31.844836.884483.2829
Yxy36.88440.20950.2426
Hunter Lab60.7325-12.6863-38.7920
CIE-Lab67.1902-11.3063-39.4749

#3fadea color RGB value is (63,173,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 10101101 11101010
Octal 77 255 352
Decimal 63 173 234
Hex 3F AD EA

RGB Percentages of Color #3fadea

%13.40
%36.81
%49.79

CMYK Percentages of Color #3fadea

%73
%26
%0
%8

Triadic Colors of #3fadea

#3fadea #ea3fad #adea3f

Analogous Colors of #3fadea

#3fadea #3f58ea #3fead2

Monochromatic Colors of #3fadea

#3fadea

Complementary Color

#3fadea #ea7c3f

#3fadea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fadea Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fadea Color CSS Codes

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

#3fadea Text Font Color

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

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


#3fadea Background Color

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

This div background color is #3fadea


#3fadea Border Color

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

This div border color is #3fadea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fadea


Comments

No comments written yet.

Please login to write comment.