Color Hex Logo

#3fccfb Color Hex

#3FCCFB
(63,204,251)
0 Favorites   0 Comments

Color spaces of #3fccfb

RGB 63204251
HSL0.540.960.62
HSV195°75°98°
CMYK 0.750.190.00   0.02
XYZ41.055451.207598.9870
Yxy51.20750.21470.2678
Hunter Lab71.5594-22.8191-31.9233
CIE-Lab76.8045-22.0583-33.7397

#3fccfb color RGB value is (63,204,251).

#3fccfb hex color red value is 63, green value is 204 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #3fccfb hue: 0.54 , saturation: 0.96 and the lightness value of 3fccfb is 0.62.

The process color (four color CMYK) of #3fccfb color hex is 0.75, 0.19, 0.00, 0.02. Web safe color of #3fccfb is #33ccff. Color #3fccfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11001100 11111011
Octal 77 314 373
Decimal 63 204 251
Hex 3F CC FB

RGB Percentages of Color #3fccfb

%12.16
%39.38
%48.46

CMYK Percentages of Color #3fccfb

%75
%19
%0
%2

Triadic Colors of #3fccfb

#3fccfb #fb3fcc #ccfb3f

Analogous Colors of #3fccfb

#3fccfb #3f6efb #3ffbcc

Monochromatic Colors of #3fccfb

#3fccfb

Complementary Color

#3fccfb #fb6e3f

#3fccfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fccfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fccfb Color CSS Codes

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

#3fccfb Text Font Color

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

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


#3fccfb Background Color

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

This div background color is #3fccfb


#3fccfb Border Color

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

This div border color is #3fccfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fccfb


Comments

No comments written yet.

Please login to write comment.