Color Hex Logo

#3fcdff Color Hex

#3FCDFF
(63,205,255)
0 Favorites   0 Comments

Color spaces of #3fcdff

RGB 63205255
HSL0.541.000.62
HSV196°75°100°
CMYK 0.750.200.00   0.00
XYZ41.931251.9394102.4230
Yxy51.93940.21360.2646
Hunter Lab72.0690-22.2658-33.8135
CIE-Lab77.2446-21.2864-35.1972

#3fcdff color RGB value is (63,205,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 11001101 11111111
Octal 77 315 377
Decimal 63 205 255
Hex 3F CD FF

RGB Percentages of Color #3fcdff

%12.05
%39.20
%48.76

CMYK Percentages of Color #3fcdff

%75
%20
%0
%0

Triadic Colors of #3fcdff

#3fcdff #ff3fcd #cdff3f

Analogous Colors of #3fcdff

#3fcdff #3f6dff #3fffd1

Monochromatic Colors of #3fcdff

#3fcdff

Complementary Color

#3fcdff #ff713f

#3fcdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fcdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fcdff Color CSS Codes

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

#3fcdff Text Font Color

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

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


#3fcdff Background Color

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

This div background color is #3fcdff


#3fcdff Border Color

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

This div border color is #3fcdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fcdff


Comments

No comments written yet.

Please login to write comment.