Color Hex Logo

#3a8bbd Color Hex

#3A8BBD
(58,139,189)
0 Favorites   0 Comments

Color spaces of #3a8bbd

RGB 58139189
HSL0.560.530.48
HSV203°69°74°
CMYK 0.690.260.00   0.26
XYZ20.162823.038951.5284
Yxy23.03890.21280.2432
Hunter Lab47.9989-9.0158-30.0506
CIE-Lab55.1124-8.3190-33.2492

#3a8bbd color RGB value is (58,139,189).

#3a8bbd hex color red value is 58, green value is 139 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #3a8bbd hue: 0.56 , saturation: 0.53 and the lightness value of 3a8bbd is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10001011 10111101
Octal 72 213 275
Decimal 58 139 189
Hex 3A 8B BD

RGB Percentages of Color #3a8bbd

%15.03
%36.01
%48.96

CMYK Percentages of Color #3a8bbd

%69
%26
%0
%26

Triadic Colors of #3a8bbd

#3a8bbd #bd3a8b #8bbd3a

Analogous Colors of #3a8bbd

#3a8bbd #3a4abd #3abdae

Monochromatic Colors of #3a8bbd

#3a8bbd

Complementary Color

#3a8bbd #bd6c3a

#3a8bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a8bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a8bbd Color CSS Codes

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

#3a8bbd Text Font Color

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

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


#3a8bbd Background Color

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

This div background color is #3a8bbd


#3a8bbd Border Color

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

This div border color is #3a8bbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(58,139,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3a8bbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3a8bbd;
  -webkit-box-shadow: 1px 1px 3px 2px #3a8bbd;
  box-shadow:         1px 1px 3px 2px #3a8bbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,139,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a8bbd

#3a8bbd Color Palettes


Comments

No comments written yet.

Please login to write comment.