Color Hex Logo

#3fadcb Color Hex

#3FADCB
(63,173,203)
0 Favorites   0 Comments

Color spaces of #3fadcb

RGB 63173203
HSL0.540.570.52
HSV193°69°80°
CMYK 0.690.150.00   0.20
XYZ27.773035.255761.8412
Yxy35.25570.22240.2823
Hunter Lab59.3765-20.4166-20.1875
CIE-Lab65.9473-21.4298-24.3405

#3fadcb color RGB value is (63,173,203).

#3fadcb hex color red value is 63, green value is 173 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #3fadcb hue: 0.54 , saturation: 0.57 and the lightness value of 3fadcb is 0.52.

The process color (four color CMYK) of #3fadcb color hex is 0.69, 0.15, 0.00, 0.20. Web safe color of #3fadcb is #3399cc. Color #3fadcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10101101 11001011
Octal 77 255 313
Decimal 63 173 203
Hex 3F AD CB

RGB Percentages of Color #3fadcb

%14.35
%39.41
%46.24

CMYK Percentages of Color #3fadcb

%69
%15
%0
%20

Triadic Colors of #3fadcb

#3fadcb #cb3fad #adcb3f

Analogous Colors of #3fadcb

#3fadcb #3f67cb #3fcba3

Monochromatic Colors of #3fadcb

#3fadcb

Complementary Color

#3fadcb #cb5d3f

#3fadcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fadcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fadcb Color CSS Codes

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

#3fadcb Text Font Color

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

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


#3fadcb Background Color

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

This div background color is #3fadcb


#3fadcb Border Color

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

This div border color is #3fadcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fadcb


Comments

No comments written yet.

Please login to write comment.