Color Hex Logo

#3bedfb Color Hex

#3BEDFB
(59,237,251)
0 Favorites   0 Comments

Color spaces of #3bedfb

RGB 59237251
HSL0.510.960.61
HSV184°76°98°
CMYK 0.760.060.00   0.02
XYZ49.500468.4632101.8726
Yxy68.46320.22520.3114
Hunter Lab82.7425-38.0124-15.0781
CIE-Lab86.2375-38.4006-19.3405

#3bedfb color RGB value is (59,237,251).

#3bedfb hex color red value is 59, green value is 237 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #3bedfb hue: 0.51 , saturation: 0.96 and the lightness value of 3bedfb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11101101 11111011
Octal 73 355 373
Decimal 59 237 251
Hex 3B ED FB

RGB Percentages of Color #3bedfb

%10.79
%43.33
%45.89

CMYK Percentages of Color #3bedfb

%76
%6
%0
%2

Triadic Colors of #3bedfb

#3bedfb #fb3bed #edfb3b

Analogous Colors of #3bedfb

#3bedfb #3b8dfb #3bfba9

Monochromatic Colors of #3bedfb

#3bedfb

Complementary Color

#3bedfb #fb493b

#3bedfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bedfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bedfb Color CSS Codes

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

#3bedfb Text Font Color

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

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


#3bedfb Background Color

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

This div background color is #3bedfb


#3bedfb Border Color

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

This div border color is #3bedfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,237,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 #3bedfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bedfb

Related Colors


Comments

No comments written yet.

Please login to write comment.