Color Hex Logo

#3fbefe Color Hex

#3FBEFE
(63,190,254)
0 Favorites   0 Comments

Color spaces of #3fbefe

RGB 63190254
HSL0.560.990.62
HSV200°75°100°
CMYK 0.750.250.00   0.00
XYZ38.352745.0394100.4380
Yxy45.03940.20860.2450
Hunter Lab67.1114-15.4361-41.7546
CIE-Lab72.9178-13.7880-41.3830

#3fbefe color RGB value is (63,190,254).

#3fbefe hex color red value is 63, green value is 190 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #3fbefe hue: 0.56 , saturation: 0.99 and the lightness value of 3fbefe is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 10111110 11111110
Octal 77 276 376
Decimal 63 190 254
Hex 3F BE FE

RGB Percentages of Color #3fbefe

%12.43
%37.48
%50.10

CMYK Percentages of Color #3fbefe

%75
%25
%0
%0

Triadic Colors of #3fbefe

#3fbefe #fe3fbe #befe3f

Analogous Colors of #3fbefe

#3fbefe #3f5efe #3ffedf

Monochromatic Colors of #3fbefe

#3fbefe

Complementary Color

#3fbefe #fe7f3f

#3fbefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fbefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fbefe Color CSS Codes

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

#3fbefe Text Font Color

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

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


#3fbefe Background Color

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

This div background color is #3fbefe


#3fbefe Border Color

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

This div border color is #3fbefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fbefe


Comments

No comments written yet.

Please login to write comment.