Color Hex Logo

#3babeb Color Hex

#3BABEB
(59,171,235)
0 Favorites   0 Comments

Color spaces of #3babeb

RGB 59171235
HSL0.560.810.58
HSV202°75°92°
CMYK 0.750.270.00   0.08
XYZ31.361936.053883.9034
Yxy36.05380.20730.2383
Hunter Lab60.0448-11.8464-40.8173
CIE-Lab66.5610-10.3585-41.0128

#3babeb color RGB value is (59,171,235).

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

The process color (four color CMYK) of #3babeb color hex is 0.75, 0.27, 0.00, 0.08. Web safe color of #3babeb is #3399ff. Color #3babeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10101011 11101011
Octal 73 253 353
Decimal 59 171 235
Hex 3B AB EB

RGB Percentages of Color #3babeb

%12.69
%36.77
%50.54

CMYK Percentages of Color #3babeb

%75
%27
%0
%8

Triadic Colors of #3babeb

#3babeb #eb3bab #abeb3b

Analogous Colors of #3babeb

#3babeb #3b53eb #3bebd3

Monochromatic Colors of #3babeb

#3babeb

Complementary Color

#3babeb #eb7b3b

#3babeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3babeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3babeb Color CSS Codes

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

#3babeb Text Font Color

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

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


#3babeb Background Color

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

This div background color is #3babeb


#3babeb Border Color

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

This div border color is #3babeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3babeb


Comments

No comments written yet.

Please login to write comment.