Color Hex Logo

#3bebfd Color Hex

#3BEBFD
(59,235,253)
0 Favorites   0 Comments

Color spaces of #3bebfd

RGB 59235253
HSL0.520.980.61
HSV186°77°99°
CMYK 0.770.070.00   0.01
XYZ49.241667.4383103.3501
Yxy67.43830.22380.3065
Hunter Lab82.1208-36.6786-17.1326
CIE-Lab85.7248-36.8928-21.1657

#3bebfd color RGB value is (59,235,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11101011 11111101
Octal 73 353 375
Decimal 59 235 253
Hex 3B EB FD

RGB Percentages of Color #3bebfd

%10.79
%42.96
%46.25

CMYK Percentages of Color #3bebfd

%77
%7
%0
%1

Triadic Colors of #3bebfd

#3bebfd #fd3beb #ebfd3b

Analogous Colors of #3bebfd

#3bebfd #3b8afd #3bfdae

Monochromatic Colors of #3bebfd

#3bebfd

Complementary Color

#3bebfd #fd4d3b

#3bebfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bebfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bebfd Color CSS Codes

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

#3bebfd Text Font Color

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

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


#3bebfd Background Color

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

This div background color is #3bebfd


#3bebfd Border Color

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

This div border color is #3bebfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bebfd

Related Colors


Comments

No comments written yet.

Please login to write comment.