Color Hex Logo

#3fccfe Color Hex

#3FCCFE
(63,204,254)
0 Favorites   0 Comments

Color spaces of #3fccfe

RGB 63204254
HSL0.540.990.62
HSV196°75°100°
CMYK 0.750.200.00   0.00
XYZ41.532251.3983101.4978
Yxy51.39830.21360.2644
Hunter Lab71.6926-22.0553-33.7542
CIE-Lab76.9197-21.0969-35.1656

#3fccfe color RGB value is (63,204,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 11001100 11111110
Octal 77 314 376
Decimal 63 204 254
Hex 3F CC FE

RGB Percentages of Color #3fccfe

%12.09
%39.16
%48.75

CMYK Percentages of Color #3fccfe

%75
%20
%0
%0

Triadic Colors of #3fccfe

#3fccfe #fe3fcc #ccfe3f

Analogous Colors of #3fccfe

#3fccfe #3f6dfe #3ffed1

Monochromatic Colors of #3fccfe

#3fccfe

Complementary Color

#3fccfe #fe713f

#3fccfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fccfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fccfe Color CSS Codes

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

#3fccfe Text Font Color

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

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


#3fccfe Background Color

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

This div background color is #3fccfe


#3fccfe Border Color

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

This div border color is #3fccfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fccfe

Related Colors


Comments

No comments written yet.

Please login to write comment.