Color Hex Logo

#3fadef Color Hex

#3FADEF
(63,173,239)
0 Favorites   0 Comments

Color spaces of #3fadef

RGB 63173239
HSL0.560.850.59
HSV203°74°94°
CMYK 0.740.280.00   0.06
XYZ32.573537.175987.1202
Yxy37.17590.20760.2370
Hunter Lab60.9720-11.3398-42.0364
CIE-Lab67.4088-9.6195-41.8651

#3fadef color RGB value is (63,173,239).

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

The process color (four color CMYK) of #3fadef color hex is 0.74, 0.28, 0.00, 0.06. Web safe color of #3fadef is #3399ff. Color #3fadef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10101101 11101111
Octal 77 255 357
Decimal 63 173 239
Hex 3F AD EF

RGB Percentages of Color #3fadef

%13.26
%36.42
%50.32

CMYK Percentages of Color #3fadef

%74
%28
%0
%6

Triadic Colors of #3fadef

#3fadef #ef3fad #adef3f

Analogous Colors of #3fadef

#3fadef #3f55ef #3fefd9

Monochromatic Colors of #3fadef

#3fadef

Complementary Color

#3fadef #ef813f

#3fadef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fadef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fadef Color CSS Codes

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

#3fadef Text Font Color

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

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


#3fadef Background Color

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

This div background color is #3fadef


#3fadef Border Color

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

This div border color is #3fadef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fadef


Comments

No comments written yet.

Please login to write comment.