Color Hex Logo

#348ccd Color Hex

#348CCD
(52,140,205)
0 Favorites   0 Comments

Color spaces of #348ccd

RGB 52140205
HSL0.570.600.50
HSV205°75°80°
CMYK 0.750.320.00   0.20
XYZ21.813723.894061.2199
Yxy23.89400.20400.2235
Hunter Lab48.8815-5.8858-40.0386
CIE-Lab55.9815-4.1391-40.9662

#348ccd color RGB value is (52,140,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10001100 11001101
Octal 64 214 315
Decimal 52 140 205
Hex 34 8C CD

RGB Percentages of Color #348ccd

%13.10
%35.26
%51.64

CMYK Percentages of Color #348ccd

%75
%32
%0
%20

Triadic Colors of #348ccd

#348ccd #cd348c #8ccd34

Analogous Colors of #348ccd

#348ccd #3440cd #34cdc2

Monochromatic Colors of #348ccd

#348ccd

Complementary Color

#348ccd #cd7534

#348ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#348ccd Color CSS Codes

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

#348ccd Text Font Color

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

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


#348ccd Background Color

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

This div background color is #348ccd


#348ccd Border Color

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

This div border color is #348ccd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,140,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 #348ccd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348ccd


Comments

No comments written yet.

Please login to write comment.