Color Hex Logo

#3b8ad7 Color Hex

#3B8AD7
(59,138,215)
0 Favorites   0 Comments

Color spaces of #3b8ad7

RGB 59138215
HSL0.580.660.54
HSV210°73°84°
CMYK 0.730.360.00   0.16
XYZ23.157924.013167.7044
Yxy24.01310.20160.2090
Hunter Lab49.0032-1.4001-47.6148
CIE-Lab56.10091.5094-46.3941

#3b8ad7 color RGB value is (59,138,215).

#3b8ad7 hex color red value is 59, green value is 138 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #3b8ad7 hue: 0.58 , saturation: 0.66 and the lightness value of 3b8ad7 is 0.54.

The process color (four color CMYK) of #3b8ad7 color hex is 0.73, 0.36, 0.00, 0.16. Web safe color of #3b8ad7 is #3399cc. Color #3b8ad7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10001010 11010111
Octal 73 212 327
Decimal 59 138 215
Hex 3B 8A D7

RGB Percentages of Color #3b8ad7

%14.32
%33.50
%52.18

CMYK Percentages of Color #3b8ad7

%73
%36
%0
%16

Triadic Colors of #3b8ad7

#3b8ad7 #d73b8a #8ad73b

Analogous Colors of #3b8ad7

#3b8ad7 #3b3cd7 #3bd7d6

Monochromatic Colors of #3b8ad7

#3b8ad7

Complementary Color

#3b8ad7 #d7883b

#3b8ad7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b8ad7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b8ad7 Color CSS Codes

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

#3b8ad7 Text Font Color

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

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


#3b8ad7 Background Color

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

This div background color is #3b8ad7


#3b8ad7 Border Color

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

This div border color is #3b8ad7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b8ad7


Comments

No comments written yet.

Please login to write comment.