Color Hex Logo

#3fbcea Color Hex

#3FBCEA
(63,188,234)
0 Favorites   0 Comments

Color spaces of #3fbcea

RGB 63188234
HSL0.540.800.58
HSV196°73°92°
CMYK 0.730.200.00   0.08
XYZ34.884442.963784.2961
Yxy42.96370.21510.2650
Hunter Lab65.5467-19.7078-30.3670
CIE-Lab71.5303-19.2986-32.7307

#3fbcea color RGB value is (63,188,234).

#3fbcea hex color red value is 63, green value is 188 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #3fbcea hue: 0.54 , saturation: 0.80 and the lightness value of 3fbcea is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 10111100 11101010
Octal 77 274 352
Decimal 63 188 234
Hex 3F BC EA

RGB Percentages of Color #3fbcea

%12.99
%38.76
%48.25

CMYK Percentages of Color #3fbcea

%73
%20
%0
%8

Triadic Colors of #3fbcea

#3fbcea #ea3fbc #bcea3f

Analogous Colors of #3fbcea

#3fbcea #3f67ea #3feac3

Monochromatic Colors of #3fbcea

#3fbcea

Complementary Color

#3fbcea #ea6d3f

#3fbcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fbcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fbcea Color CSS Codes

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

#3fbcea Text Font Color

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

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


#3fbcea Background Color

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

This div background color is #3fbcea


#3fbcea Border Color

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

This div border color is #3fbcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fbcea


Comments

No comments written yet.

Please login to write comment.