Color Hex Logo

#3feafb Color Hex

#3FEAFB
(63,234,251)
0 Favorites   0 Comments

Color spaces of #3feafb

RGB 63234251
HSL0.520.960.62
HSV185°75°98°
CMYK 0.750.070.00   0.02
XYZ48.885366.8674101.5970
Yxy66.86740.22490.3076
Hunter Lab81.7725-36.3908-16.4232
CIE-Lab85.4369-36.6229-20.5443

#3feafb color RGB value is (63,234,251).

#3feafb hex color red value is 63, green value is 234 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #3feafb hue: 0.52 , saturation: 0.96 and the lightness value of 3feafb is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 11101010 11111011
Octal 77 352 373
Decimal 63 234 251
Hex 3F EA FB

RGB Percentages of Color #3feafb

%11.50
%42.70
%45.80

CMYK Percentages of Color #3feafb

%75
%7
%0
%2

Triadic Colors of #3feafb

#3feafb #fb3fea #eafb3f

Analogous Colors of #3feafb

#3feafb #3f8cfb #3ffbae

Monochromatic Colors of #3feafb

#3feafb

Complementary Color

#3feafb #fb503f

#3feafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3feafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3feafb Color CSS Codes

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

#3feafb Text Font Color

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

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


#3feafb Background Color

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

This div background color is #3feafb


#3feafb Border Color

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

This div border color is #3feafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3feafb


Comments

No comments written yet.

Please login to write comment.