Color Hex Logo

#3facdb Color Hex

#3FACDB
(63,172,219)
0 Favorites   0 Comments

Color spaces of #3facdb

RGB 63172219
HSL0.550.680.55
HSV198°71°86°
CMYK 0.710.210.00   0.14
XYZ29.588635.676372.3446
Yxy35.67630.21500.2593
Hunter Lab59.7296-16.1023-30.0014
CIE-Lab66.2718-15.7509-32.6720

#3facdb color RGB value is (63,172,219).

#3facdb hex color red value is 63, green value is 172 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #3facdb hue: 0.55 , saturation: 0.68 and the lightness value of 3facdb is 0.55.

The process color (four color CMYK) of #3facdb color hex is 0.71, 0.21, 0.00, 0.14. Web safe color of #3facdb is #3399cc. Color #3facdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10101100 11011011
Octal 77 254 333
Decimal 63 172 219
Hex 3F AC DB

RGB Percentages of Color #3facdb

%13.88
%37.89
%48.24

CMYK Percentages of Color #3facdb

%71
%21
%0
%14

Triadic Colors of #3facdb

#3facdb #db3fac #acdb3f

Analogous Colors of #3facdb

#3facdb #3f5edb #3fdbbc

Monochromatic Colors of #3facdb

#3facdb

Complementary Color

#3facdb #db6e3f

#3facdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3facdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3facdb Color CSS Codes

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

#3facdb Text Font Color

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

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


#3facdb Background Color

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

This div background color is #3facdb


#3facdb Border Color

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

This div border color is #3facdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3facdb


Comments

No comments written yet.

Please login to write comment.