Color Hex Logo

#3fdbff Color Hex

#3FDBFF
(63,219,255)
0 Favorites   0 Comments

Color spaces of #3fdbff

RGB 63219255
HSL0.531.000.62
HSV191°75°100°
CMYK 0.750.140.00   0.00
XYZ45.431458.9398103.5898
Yxy58.93980.21850.2834
Hunter Lab76.7723-28.7208-26.2602
CIE-Lab81.2585-28.2784-29.0180

#3fdbff color RGB value is (63,219,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 11011011 11111111
Octal 77 333 377
Decimal 63 219 255
Hex 3F DB FF

RGB Percentages of Color #3fdbff

%11.73
%40.78
%47.49

CMYK Percentages of Color #3fdbff

%75
%14
%0
%0

Triadic Colors of #3fdbff

#3fdbff #ff3fdb #dbff3f

Analogous Colors of #3fdbff

#3fdbff #3f7bff #3fffc3

Monochromatic Colors of #3fdbff

#3fdbff

Complementary Color

#3fdbff #ff633f

#3fdbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fdbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fdbff Color CSS Codes

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

#3fdbff Text Font Color

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

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


#3fdbff Background Color

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

This div background color is #3fdbff


#3fdbff Border Color

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

This div border color is #3fdbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fdbff

Related Colors


Comments

No comments written yet.

Please login to write comment.