Color Hex Logo

#348dda Color Hex

#348DDA
(52,141,218)
0 Favorites   0 Comments

Color spaces of #348dda

RGB 52141218
HSL0.580.690.53
HSV208°76°85°
CMYK 0.760.350.00   0.15
XYZ23.595924.841869.8810
Yxy24.84180.19940.2100
Hunter Lab49.8415-2.7175-48.2392
CIE-Lab56.9210-0.0687-46.7903

#348dda color RGB value is (52,141,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10001101 11011010
Octal 64 215 332
Decimal 52 141 218
Hex 34 8D DA

RGB Percentages of Color #348dda

%12.65
%34.31
%53.04

CMYK Percentages of Color #348dda

%76
%35
%0
%15

Triadic Colors of #348dda

#348dda #da348d #8dda34

Analogous Colors of #348dda

#348dda #343ada #34dad4

Monochromatic Colors of #348dda

#348dda

Complementary Color

#348dda #da8134

#348dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#348dda Color CSS Codes

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

#348dda Text Font Color

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

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


#348dda Background Color

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

This div background color is #348dda


#348dda Border Color

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

This div border color is #348dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348dda


Comments

No comments written yet.

Please login to write comment.