Color Hex Logo

#348bcd Color Hex

#348BCD
(52,139,205)
0 Favorites   0 Comments

Color spaces of #348bcd

RGB 52139205
HSL0.570.600.50
HSV206°75°80°
CMYK 0.750.320.00   0.20
XYZ21.668223.603161.1714
Yxy23.60310.20360.2217
Hunter Lab48.5830-5.4087-40.6446
CIE-Lab55.6882-3.5569-41.4283

#348bcd color RGB value is (52,139,205).

#348bcd hex color red value is 52, green value is 139 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #348bcd hue: 0.57 , saturation: 0.60 and the lightness value of 348bcd is 0.50.

The process color (four color CMYK) of #348bcd color hex is 0.75, 0.32, 0.00, 0.20. Web safe color of #348bcd is #3399cc. Color #348bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10001011 11001101
Octal 64 213 315
Decimal 52 139 205
Hex 34 8B CD

RGB Percentages of Color #348bcd

%13.13
%35.10
%51.77

CMYK Percentages of Color #348bcd

%75
%32
%0
%20

Triadic Colors of #348bcd

#348bcd #cd348b #8bcd34

Analogous Colors of #348bcd

#348bcd #343fcd #34cdc3

Monochromatic Colors of #348bcd

#348bcd

Complementary Color

#348bcd #cd7634

#348bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#348bcd Color CSS Codes

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

#348bcd Text Font Color

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

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


#348bcd Background Color

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

This div background color is #348bcd


#348bcd Border Color

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

This div border color is #348bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348bcd


Comments

No comments written yet.

Please login to write comment.