Color Hex Logo

#3fbaef Color Hex

#3FBAEF
(63,186,239)
0 Favorites   0 Comments

Color spaces of #3fbaef

RGB 63186239
HSL0.550.850.59
HSV198°74°94°
CMYK 0.740.220.00   0.06
XYZ35.188842.406687.9920
Yxy42.40660.21250.2561
Hunter Lab65.1204-17.5053-34.5297
CIE-Lab71.1504-16.6225-36.0314

#3fbaef color RGB value is (63,186,239).

#3fbaef hex color red value is 63, green value is 186 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #3fbaef hue: 0.55 , saturation: 0.85 and the lightness value of 3fbaef is 0.59.

The process color (four color CMYK) of #3fbaef color hex is 0.74, 0.22, 0.00, 0.06. Web safe color of #3fbaef is #33ccff. Color #3fbaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10111010 11101111
Octal 77 272 357
Decimal 63 186 239
Hex 3F BA EF

RGB Percentages of Color #3fbaef

%12.91
%38.11
%48.98

CMYK Percentages of Color #3fbaef

%74
%22
%0
%6

Triadic Colors of #3fbaef

#3fbaef #ef3fba #baef3f

Analogous Colors of #3fbaef

#3fbaef #3f62ef #3fefcc

Monochromatic Colors of #3fbaef

#3fbaef

Complementary Color

#3fbaef #ef743f

#3fbaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fbaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fbaef Color CSS Codes

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

#3fbaef Text Font Color

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

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


#3fbaef Background Color

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

This div background color is #3fbaef


#3fbaef Border Color

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

This div border color is #3fbaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fbaef


Comments

No comments written yet.

Please login to write comment.