Color Hex Logo

#3b8abe Color Hex

#3B8ABE
(59,138,190)
0 Favorites   0 Comments

Color spaces of #3b8abe

RGB 59138190
HSL0.570.530.49
HSV204°69°75°
CMYK 0.690.270.00   0.25
XYZ20.186422.824552.0568
Yxy22.82450.21230.2401
Hunter Lab47.7750-8.1845-31.1613
CIE-Lab54.8911-7.2489-34.1616

#3b8abe color RGB value is (59,138,190).

#3b8abe hex color red value is 59, green value is 138 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #3b8abe hue: 0.57 , saturation: 0.53 and the lightness value of 3b8abe is 0.49.

The process color (four color CMYK) of #3b8abe color hex is 0.69, 0.27, 0.00, 0.25. Web safe color of #3b8abe is #3399cc. Color #3b8abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10001010 10111110
Octal 73 212 276
Decimal 59 138 190
Hex 3B 8A BE

RGB Percentages of Color #3b8abe

%15.25
%35.66
%49.10

CMYK Percentages of Color #3b8abe

%69
%27
%0
%25

Triadic Colors of #3b8abe

#3b8abe #be3b8a #8abe3b

Analogous Colors of #3b8abe

#3b8abe #3b49be #3bbeb1

Monochromatic Colors of #3b8abe

#3b8abe

Complementary Color

#3b8abe #be6f3b

#3b8abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b8abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b8abe Color CSS Codes

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

#3b8abe Text Font Color

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

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


#3b8abe Background Color

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

This div background color is #3b8abe


#3b8abe Border Color

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

This div border color is #3b8abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b8abe


Comments

No comments written yet.

Please login to write comment.