Color Hex Logo

#348dca Color Hex

#348DCA
(52,141,202)
0 Favorites   0 Comments

Color spaces of #348dca

RGB 52141202
HSL0.570.590.50
HSV204°74°79°
CMYK 0.740.300.00   0.21
XYZ21.601724.044159.3796
Yxy24.04410.20570.2289
Hunter Lab49.0348-7.1748-37.4740
CIE-Lab56.1319-5.7823-39.0360

#348dca color RGB value is (52,141,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10001101 11001010
Octal 64 215 312
Decimal 52 141 202
Hex 34 8D CA

RGB Percentages of Color #348dca

%13.16
%35.70
%51.14

CMYK Percentages of Color #348dca

%74
%30
%0
%21

Triadic Colors of #348dca

#348dca #ca348d #8dca34

Analogous Colors of #348dca

#348dca #3442ca #34cabc

Monochromatic Colors of #348dca

#348dca

Complementary Color

#348dca #ca7134

#348dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#348dca Color CSS Codes

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

#348dca Text Font Color

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

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


#348dca Background Color

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

This div background color is #348dca


#348dca Border Color

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

This div border color is #348dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348dca


Comments

No comments written yet.

Please login to write comment.