color codes Logo

#348dbc color codes

#348DBC
(52,141,188)
0 Favorites   0 Comments

Color spaces of #348dbc

RGB 52141188
HSL0.560.570.47
HSV201°72°74°
CMYK 0.720.250.00   0.26
XYZ20.018223.410751.0406
Yxy23.41070.21190.2478
Hunter Lab48.3846-10.8221-28.6754
CIE-Lab55.4929-10.6736-32.0998

#348dbc color RGB value is (52,141,188).

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

The process color (four color CMYK) of #348dbc color code is 0.72, 0.25, 0.00, 0.26. Web safe color of #348dbc is #3399cc. Color #348dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10001101 10111100
Octal 64 215 274
Decimal 52 141 188
Hex 34 8D BC

RGB Percentages of Color #348dbc

%13.65
%37.01
%49.34

CMYK Percentages of Color #348dbc

%72
%25
%0
%26

Triadic Colors of #348dbc

#348dbc #bc348d #8dbc34

Analogous Colors of #348dbc

#348dbc #3449bc #34bca7

Monochromatic Colors of #348dbc

#348dbc

Complementary Color

#348dbc #bc6334

#348dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#348dbc Color CSS Codes

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

#348dbc Text Font Color

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

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


#348dbc Background Color

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

This div background color is #348dbc


#348dbc Border Color

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

This div border color is #348dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348dbc


Comments

No comments written yet.

Please login to write comment.