Color Hex Logo

#3bbdfd Color Hex

#3BBDFD
(59,189,253)
0 Favorites   0 Comments

Color spaces of #3bbdfd

RGB 59189253
HSL0.550.980.61
HSV200°77°99°
CMYK 0.770.250.00   0.01
XYZ37.730944.416899.5132
Yxy44.41680.20770.2445
Hunter Lab66.6459-15.5745-41.8775
CIE-Lab72.5062-14.0214-41.4933

#3bbdfd color RGB value is (59,189,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 10111101 11111101
Octal 73 275 375
Decimal 59 189 253
Hex 3B BD FD

RGB Percentages of Color #3bbdfd

%11.78
%37.72
%50.50

CMYK Percentages of Color #3bbdfd

%77
%25
%0
%1

Triadic Colors of #3bbdfd

#3bbdfd #fd3bbd #bdfd3b

Analogous Colors of #3bbdfd

#3bbdfd #3b5cfd #3bfddc

Monochromatic Colors of #3bbdfd

#3bbdfd

Complementary Color

#3bbdfd #fd7b3b

#3bbdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bbdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bbdfd Color CSS Codes

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

#3bbdfd Text Font Color

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

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


#3bbdfd Background Color

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

This div background color is #3bbdfd


#3bbdfd Border Color

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

This div border color is #3bbdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bbdfd

Related Colors


Comments

No comments written yet.

Please login to write comment.