Color Hex Logo

#3fcbda Color Hex

#3FCBDA
(63,203,218)
0 Favorites   0 Comments

Color spaces of #3fcbda

RGB 63203218
HSL0.520.680.55
HSV186°71°85°
CMYK 0.710.070.00   0.15
XYZ36.060748.830673.8543
Yxy48.83060.22720.3076
Hunter Lab69.8789-30.1739-13.7478
CIE-Lab75.3458-31.7653-18.2329

#3fcbda color RGB value is (63,203,218).

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

The process color (four color CMYK) of #3fcbda color hex is 0.71, 0.07, 0.00, 0.15. Web safe color of #3fcbda is #33cccc. Color #3fcbda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11001011 11011010
Octal 77 313 332
Decimal 63 203 218
Hex 3F CB DA

RGB Percentages of Color #3fcbda

%13.02
%41.94
%45.04

CMYK Percentages of Color #3fcbda

%71
%7
%0
%15

Triadic Colors of #3fcbda

#3fcbda #da3fcb #cbda3f

Analogous Colors of #3fcbda

#3fcbda #3f7eda #3fda9c

Monochromatic Colors of #3fcbda

#3fcbda

Complementary Color

#3fcbda #da4e3f

#3fcbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fcbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fcbda Color CSS Codes

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

#3fcbda Text Font Color

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

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


#3fcbda Background Color

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

This div background color is #3fcbda


#3fcbda Border Color

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

This div border color is #3fcbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fcbda


Comments

No comments written yet.

Please login to write comment.