Color Hex Logo

#3bdafb Color Hex

#3BDAFB
(59,218,251)
0 Favorites   0 Comments

Color spaces of #3bdafb

RGB 59218251
HSL0.530.960.61
HSV190°76°98°
CMYK 0.760.130.00   0.02
XYZ44.287658.0376100.1350
Yxy58.03760.21870.2867
Hunter Lab76.1824-29.5507-24.6037
CIE-Lab80.7597-29.4372-27.6665

#3bdafb color RGB value is (59,218,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11011010 11111011
Octal 73 332 373
Decimal 59 218 251
Hex 3B DA FB

RGB Percentages of Color #3bdafb

%11.17
%41.29
%47.54

CMYK Percentages of Color #3bdafb

%76
%13
%0
%2

Triadic Colors of #3bdafb

#3bdafb #fb3bda #dafb3b

Analogous Colors of #3bdafb

#3bdafb #3b7afb #3bfbbc

Monochromatic Colors of #3bdafb

#3bdafb

Complementary Color

#3bdafb #fb5c3b

#3bdafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bdafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bdafb Color CSS Codes

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

#3bdafb Text Font Color

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

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


#3bdafb Background Color

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

This div background color is #3bdafb


#3bdafb Border Color

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

This div border color is #3bdafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bdafb


Comments

No comments written yet.

Please login to write comment.