Color Hex Logo

#3fbdfa Color Hex

#3FBDFA
(63,189,250)
0 Favorites   0 Comments

Color spaces of #3fbdfa

RGB 63189250
HSL0.550.950.61
HSV200°75°98°
CMYK 0.750.240.00   0.02
XYZ37.502844.354197.0271
Yxy44.35410.20960.2479
Hunter Lab66.5989-16.0321-39.7597
CIE-Lab72.4645-14.5838-39.9351

#3fbdfa color RGB value is (63,189,250).

#3fbdfa hex color red value is 63, green value is 189 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #3fbdfa hue: 0.55 , saturation: 0.95 and the lightness value of 3fbdfa is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 10111101 11111010
Octal 77 275 372
Decimal 63 189 250
Hex 3F BD FA

RGB Percentages of Color #3fbdfa

%12.55
%37.65
%49.80

CMYK Percentages of Color #3fbdfa

%75
%24
%0
%2

Triadic Colors of #3fbdfa

#3fbdfa #fa3fbd #bdfa3f

Analogous Colors of #3fbdfa

#3fbdfa #3f60fa #3ffada

Monochromatic Colors of #3fbdfa

#3fbdfa

Complementary Color

#3fbdfa #fa7c3f

#3fbdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fbdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fbdfa Color CSS Codes

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

#3fbdfa Text Font Color

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

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


#3fbdfa Background Color

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

This div background color is #3fbdfa


#3fbdfa Border Color

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

This div border color is #3fbdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fbdfa


Comments

No comments written yet.

Please login to write comment.