Color Hex Logo

#3bbecf Color Hex

#3BBECF
(59,190,207)
0 Favorites   0 Comments

Color spaces of #3bbecf

RGB 59190207
HSL0.520.610.52
HSV187°71°81°
CMYK 0.710.080.00   0.19
XYZ31.479642.261765.5297
Yxy42.26170.22600.3034
Hunter Lab65.0090-27.3299-14.2586
CIE-Lab71.0510-29.2801-18.7705

#3bbecf color RGB value is (59,190,207).

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

The process color (four color CMYK) of #3bbecf color hex is 0.71, 0.08, 0.00, 0.19. Web safe color of #3bbecf is #33cccc. Color #3bbecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10111110 11001111
Octal 73 276 317
Decimal 59 190 207
Hex 3B BE CF

RGB Percentages of Color #3bbecf

%12.94
%41.67
%45.39

CMYK Percentages of Color #3bbecf

%71
%8
%0
%19

Triadic Colors of #3bbecf

#3bbecf #cf3bbe #becf3b

Analogous Colors of #3bbecf

#3bbecf #3b74cf #3bcf96

Monochromatic Colors of #3bbecf

#3bbecf

Complementary Color

#3bbecf #cf4c3b

#3bbecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bbecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bbecf Color CSS Codes

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

#3bbecf Text Font Color

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

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


#3bbecf Background Color

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

This div background color is #3bbecf


#3bbecf Border Color

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

This div border color is #3bbecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bbecf


Comments

No comments written yet.

Please login to write comment.