Color Hex Logo

#3fcbdd Color Hex

#3FCBDD
(63,203,221)
0 Favorites   0 Comments

Color spaces of #3fcbdd

RGB 63203221
HSL0.520.700.56
HSV187°71°87°
CMYK 0.710.080.00   0.13
XYZ36.457048.989175.9410
Yxy48.98910.22590.3036
Hunter Lab69.9922-29.5107-15.3346
CIE-Lab75.4445-30.8697-19.7023

#3fcbdd color RGB value is (63,203,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 11001011 11011101
Octal 77 313 335
Decimal 63 203 221
Hex 3F CB DD

RGB Percentages of Color #3fcbdd

%12.94
%41.68
%45.38

CMYK Percentages of Color #3fcbdd

%71
%8
%0
%13

Triadic Colors of #3fcbdd

#3fcbdd #dd3fcb #cbdd3f

Analogous Colors of #3fcbdd

#3fcbdd #3f7cdd #3fdda0

Monochromatic Colors of #3fcbdd

#3fcbdd

Complementary Color

#3fcbdd #dd513f

#3fcbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fcbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fcbdd Color CSS Codes

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

#3fcbdd Text Font Color

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

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


#3fcbdd Background Color

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

This div background color is #3fcbdd


#3fcbdd Border Color

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

This div border color is #3fcbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fcbdd


Comments

No comments written yet.

Please login to write comment.