Color Hex Logo

#3bbbce Color Hex

#3BBBCE
(59,187,206)
0 Favorites   0 Comments

Color spaces of #3bbbce

RGB 59187206
HSL0.520.600.52
HSV188°71°81°
CMYK 0.710.090.00   0.19
XYZ30.714540.926764.6733
Yxy40.92670.22530.3002
Hunter Lab63.9740-26.2550-15.1563
CIE-Lab70.1245-28.1125-19.6290

#3bbbce color RGB value is (59,187,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 10111011 11001110
Octal 73 273 316
Decimal 59 187 206
Hex 3B BB CE

RGB Percentages of Color #3bbbce

%13.05
%41.37
%45.58

CMYK Percentages of Color #3bbbce

%71
%9
%0
%19

Triadic Colors of #3bbbce

#3bbbce #ce3bbb #bbce3b

Analogous Colors of #3bbbce

#3bbbce #3b72ce #3bce98

Monochromatic Colors of #3bbbce

#3bbbce

Complementary Color

#3bbbce #ce4e3b

#3bbbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bbbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bbbce Color CSS Codes

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

#3bbbce Text Font Color

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

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


#3bbbce Background Color

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

This div background color is #3bbbce


#3bbbce Border Color

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

This div border color is #3bbbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bbbce


Comments

No comments written yet.

Please login to write comment.