Color Hex Logo

#3bc7ff Color Hex

#3BC7FF
(59,199,255)
0 Favorites   0 Comments

Color spaces of #3bc7ff

RGB 59199255
HSL0.551.000.62
HSV197°77°100°
CMYK 0.770.220.00   0.00
XYZ40.277148.9967101.9422
Yxy48.99670.21060.2562
Hunter Lab69.9976-19.7858-37.3496
CIE-Lab75.4493-18.6203-37.9855

#3bc7ff color RGB value is (59,199,255).

#3bc7ff hex color red value is 59, green value is 199 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #3bc7ff hue: 0.55 , saturation: 1.00 and the lightness value of 3bc7ff is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11000111 11111111
Octal 73 307 377
Decimal 59 199 255
Hex 3B C7 FF

RGB Percentages of Color #3bc7ff

%11.50
%38.79
%49.71

CMYK Percentages of Color #3bc7ff

%77
%22
%0
%0

Triadic Colors of #3bc7ff

#3bc7ff #ff3bc7 #c7ff3b

Analogous Colors of #3bc7ff

#3bc7ff #3b65ff #3bffd5

Monochromatic Colors of #3bc7ff

#3bc7ff

Complementary Color

#3bc7ff #ff733b

#3bc7ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bc7ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bc7ff Color CSS Codes

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

#3bc7ff Text Font Color

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

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


#3bc7ff Background Color

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

This div background color is #3bc7ff


#3bc7ff Border Color

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

This div border color is #3bc7ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bc7ff

Related Colors

#3bc7ff Color Palettes


Comments

No comments written yet.

Please login to write comment.