Color Hex Logo

#3b9bfd Color Hex

#3B9BFD
(59,155,253)
0 Favorites   0 Comments

Color spaces of #3b9bfd

RGB 59155253
HSL0.580.980.61
HSV210°77°99°
CMYK 0.770.390.00   0.01
XYZ31.254631.464397.3544
Yxy31.46430.19530.1966
Hunter Lab56.09301.2959-63.6379
CIE-Lab62.89765.0374-56.6460

#3b9bfd color RGB value is (59,155,253).

#3b9bfd hex color red value is 59, green value is 155 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #3b9bfd hue: 0.58 , saturation: 0.98 and the lightness value of 3b9bfd is 0.61.

The process color (four color CMYK) of #3b9bfd color hex is 0.77, 0.39, 0.00, 0.01. Web safe color of #3b9bfd is #3399ff. Color #3b9bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10011011 11111101
Octal 73 233 375
Decimal 59 155 253
Hex 3B 9B FD

RGB Percentages of Color #3b9bfd

%12.63
%33.19
%54.18

CMYK Percentages of Color #3b9bfd

%77
%39
%0
%1

Triadic Colors of #3b9bfd

#3b9bfd #fd3b9b #9bfd3b

Analogous Colors of #3b9bfd

#3b9bfd #3c3bfd #3bfcfd

Monochromatic Colors of #3b9bfd

#3b9bfd

Complementary Color

#3b9bfd #fd9d3b

#3b9bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b9bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b9bfd Color CSS Codes

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

#3b9bfd Text Font Color

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

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


#3b9bfd Background Color

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

This div background color is #3b9bfd


#3b9bfd Border Color

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

This div border color is #3b9bfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,155,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b9bfd


Comments

No comments written yet.

Please login to write comment.