Color Hex Logo

#3bbaeb Color Hex

#3BBAEB
(59,186,235)
0 Favorites   0 Comments

Color spaces of #3bbaeb

RGB 59186235
HSL0.550.810.58
HSV197°75°92°
CMYK 0.750.210.00   0.08
XYZ34.357942.045884.9021
Yxy42.04580.21300.2607
Hunter Lab64.8427-18.8939-32.2417
CIE-Lab70.9025-18.4025-34.2522

#3bbaeb color RGB value is (59,186,235).

#3bbaeb hex color red value is 59, green value is 186 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #3bbaeb hue: 0.55 , saturation: 0.81 and the lightness value of 3bbaeb is 0.58.

The process color (four color CMYK) of #3bbaeb color hex is 0.75, 0.21, 0.00, 0.08. Web safe color of #3bbaeb is #33ccff. Color #3bbaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10111010 11101011
Octal 73 272 353
Decimal 59 186 235
Hex 3B BA EB

RGB Percentages of Color #3bbaeb

%12.29
%38.75
%48.96

CMYK Percentages of Color #3bbaeb

%75
%21
%0
%8

Triadic Colors of #3bbaeb

#3bbaeb #eb3bba #baeb3b

Analogous Colors of #3bbaeb

#3bbaeb #3b62eb #3bebc4

Monochromatic Colors of #3bbaeb

#3bbaeb

Complementary Color

#3bbaeb #eb6c3b

#3bbaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bbaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bbaeb Color CSS Codes

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

#3bbaeb Text Font Color

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

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


#3bbaeb Background Color

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

This div background color is #3bbaeb


#3bbaeb Border Color

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

This div border color is #3bbaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bbaeb


Comments

No comments written yet.

Please login to write comment.