Color Hex Logo

#348ddc Color Hex

#348DDC
(52,141,220)
0 Favorites   0 Comments

Color spaces of #348ddc

RGB 52141220
HSL0.580.710.53
HSV208°76°86°
CMYK 0.760.360.00   0.14
XYZ23.859324.947171.2679
Yxy24.94710.19870.2078
Hunter Lab49.9471-2.1394-49.6361
CIE-Lab57.02380.6528-47.7468

#348ddc color RGB value is (52,141,220).

#348ddc hex color red value is 52, green value is 141 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #348ddc hue: 0.58 , saturation: 0.71 and the lightness value of 348ddc is 0.53.

The process color (four color CMYK) of #348ddc color hex is 0.76, 0.36, 0.00, 0.14. Web safe color of #348ddc is #3399cc. Color #348ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10001101 11011100
Octal 64 215 334
Decimal 52 141 220
Hex 34 8D DC

RGB Percentages of Color #348ddc

%12.59
%34.14
%53.27

CMYK Percentages of Color #348ddc

%76
%36
%0
%14

Triadic Colors of #348ddc

#348ddc #dc348d #8ddc34

Analogous Colors of #348ddc

#348ddc #3439dc #34dcd7

Monochromatic Colors of #348ddc

#348ddc

Complementary Color

#348ddc #dc8334

#348ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#348ddc Color CSS Codes

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

#348ddc Text Font Color

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

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


#348ddc Background Color

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

This div background color is #348ddc


#348ddc Border Color

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

This div border color is #348ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348ddc


Comments

No comments written yet.

Please login to write comment.