Color Hex Logo

#348fbc Color Hex

#348FBC
(52,143,188)
0 Favorites   0 Comments

Color spaces of #348fbc

RGB 52143188
HSL0.560.570.47
HSV200°72°74°
CMYK 0.720.240.00   0.26
XYZ20.315724.005851.1398
Yxy24.00580.21280.2515
Hunter Lab48.9957-11.7288-27.5876
CIE-Lab56.0936-11.7965-31.1646

#348fbc color RGB value is (52,143,188).

#348fbc hex color red value is 52, green value is 143 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #348fbc hue: 0.56 , saturation: 0.57 and the lightness value of 348fbc is 0.47.

The process color (four color CMYK) of #348fbc color hex is 0.72, 0.24, 0.00, 0.26. Web safe color of #348fbc is #3399cc. Color #348fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10001111 10111100
Octal 64 217 274
Decimal 52 143 188
Hex 34 8F BC

RGB Percentages of Color #348fbc

%13.58
%37.34
%49.09

CMYK Percentages of Color #348fbc

%72
%24
%0
%26

Triadic Colors of #348fbc

#348fbc #bc348f #8fbc34

Analogous Colors of #348fbc

#348fbc #344bbc #34bca5

Monochromatic Colors of #348fbc

#348fbc

Complementary Color

#348fbc #bc6134

#348fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#348fbc Color CSS Codes

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

#348fbc Text Font Color

<p style="color:#348fbc">Text here</p>

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


#348fbc Background Color

<div style="background-color:#348fbc">
Div content here</div>

This div background color is #348fbc


#348fbc Border Color

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

This div border color is #348fbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,143,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #348fbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #348fbc;
  -webkit-box-shadow: 1px 1px 3px 2px #348fbc;
  box-shadow:         1px 1px 3px 2px #348fbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,143,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348fbc


Comments

No comments written yet.

Please login to write comment.