Color Hex Logo

#3bcbfd Color Hex

#3BCBFD
(59,203,253)
0 Favorites   0 Comments

Color spaces of #3bcbfd

RGB 59203253
HSL0.540.980.61
HSV195°77°99°
CMYK 0.770.200.00   0.01
XYZ40.889250.7335100.5660
Yxy50.73350.21280.2640
Hunter Lab71.2275-22.1774-33.8523
CIE-Lab76.5173-21.3309-35.2596

#3bcbfd color RGB value is (59,203,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11001011 11111101
Octal 73 313 375
Decimal 59 203 253
Hex 3B CB FD

RGB Percentages of Color #3bcbfd

%11.46
%39.42
%49.13

CMYK Percentages of Color #3bcbfd

%77
%20
%0
%1

Triadic Colors of #3bcbfd

#3bcbfd #fd3bcb #cbfd3b

Analogous Colors of #3bcbfd

#3bcbfd #3b6afd #3bfdce

Monochromatic Colors of #3bcbfd

#3bcbfd

Complementary Color

#3bcbfd #fd6d3b

#3bcbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bcbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bcbfd Color CSS Codes

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

#3bcbfd Text Font Color

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

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


#3bcbfd Background Color

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

This div background color is #3bcbfd


#3bcbfd Border Color

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

This div border color is #3bcbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bcbfd

Related Colors


Comments

No comments written yet.

Please login to write comment.