Color Hex Logo

#3fcadb Color Hex

#3FCADB
(63,202,219)
0 Favorites   0 Comments

Color spaces of #3fcadb

RGB 63202219
HSL0.520.680.55
HSV187°71°86°
CMYK 0.710.080.00   0.14
XYZ35.956648.412374.4672
Yxy48.41230.22640.3048
Hunter Lab69.5789-29.5190-14.7501
CIE-Lab75.0842-30.9864-19.1687

#3fcadb color RGB value is (63,202,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 11001010 11011011
Octal 77 312 333
Decimal 63 202 219
Hex 3F CA DB

RGB Percentages of Color #3fcadb

%13.02
%41.74
%45.25

CMYK Percentages of Color #3fcadb

%71
%8
%0
%14

Triadic Colors of #3fcadb

#3fcadb #db3fca #cadb3f

Analogous Colors of #3fcadb

#3fcadb #3f7cdb #3fdb9e

Monochromatic Colors of #3fcadb

#3fcadb

Complementary Color

#3fcadb #db503f

#3fcadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fcadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fcadb Color CSS Codes

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

#3fcadb Text Font Color

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

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


#3fcadb Background Color

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

This div background color is #3fcadb


#3fcadb Border Color

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

This div border color is #3fcadb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,202,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 #3fcadb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fcadb


Comments

No comments written yet.

Please login to write comment.