Color Hex Logo

#348edb Color Hex

#348EDB
(52,142,219)
0 Favorites   0 Comments

Color spaces of #348edb

RGB 52142219
HSL0.580.700.53
HSV208°76°86°
CMYK 0.760.350.00   0.14
XYZ23.875425.190570.6217
Yxy25.19050.19950.2105
Hunter Lab50.1901-2.9205-48.2929
CIE-Lab57.2606-0.2967-46.8122

#348edb color RGB value is (52,142,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10001110 11011011
Octal 64 216 333
Decimal 52 142 219
Hex 34 8E DB

RGB Percentages of Color #348edb

%12.59
%34.38
%53.03

CMYK Percentages of Color #348edb

%76
%35
%0
%14

Triadic Colors of #348edb

#348edb #db348e #8edb34

Analogous Colors of #348edb

#348edb #343bdb #34dbd5

Monochromatic Colors of #348edb

#348edb

Complementary Color

#348edb #db8134

#348edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#348edb Color CSS Codes

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

#348edb Text Font Color

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

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


#348edb Background Color

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

This div background color is #348edb


#348edb Border Color

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

This div border color is #348edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348edb


Comments

No comments written yet.

Please login to write comment.