Color Hex Logo

#348dcb Color Hex

#348DCB
(52,141,203)
0 Favorites   0 Comments

Color spaces of #348dcb

RGB 52141203
HSL0.570.590.50
HSV205°74°80°
CMYK 0.740.310.00   0.20
XYZ21.720524.091660.0053
Yxy24.09160.20530.2277
Hunter Lab49.0832-6.9050-38.1251
CIE-Lab56.1794-5.4286-39.5261

#348dcb color RGB value is (52,141,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10001101 11001011
Octal 64 215 313
Decimal 52 141 203
Hex 34 8D CB

RGB Percentages of Color #348dcb

%13.13
%35.61
%51.26

CMYK Percentages of Color #348dcb

%74
%31
%0
%20

Triadic Colors of #348dcb

#348dcb #cb348d #8dcb34

Analogous Colors of #348dcb

#348dcb #3442cb #34cbbe

Monochromatic Colors of #348dcb

#348dcb

Complementary Color

#348dcb #cb7234

#348dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#348dcb Color CSS Codes

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

#348dcb Text Font Color

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

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


#348dcb Background Color

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

This div background color is #348dcb


#348dcb Border Color

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

This div border color is #348dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348dcb


Comments

No comments written yet.

Please login to write comment.