Color Hex Logo

#347cdc Color Hex

#347CDC
(52,124,220)
0 Favorites   0 Comments

Color spaces of #347cdc

RGB 52124220
HSL0.600.710.53
HSV214°76°86°
CMYK 0.760.440.00   0.14
XYZ21.542120.312770.4955
Yxy20.31270.19170.1808
Hunter Lab45.06966.4465-61.1895
CIE-Lab52.188910.9324-55.4532

#347cdc color RGB value is (52,124,220).

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

The process color (four color CMYK) of #347cdc color hex is 0.76, 0.44, 0.00, 0.14. Web safe color of #347cdc is #3366cc. Color #347cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01111100 11011100
Octal 64 174 334
Decimal 52 124 220
Hex 34 7C DC

RGB Percentages of Color #347cdc

%13.13
%31.31
%55.56

CMYK Percentages of Color #347cdc

%76
%44
%0
%14

Triadic Colors of #347cdc

#347cdc #dc347c #7cdc34

Analogous Colors of #347cdc

#347cdc #4034dc #34d0dc

Monochromatic Colors of #347cdc

#347cdc

Complementary Color

#347cdc #dc9434

#347cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#347cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#347cdc Color CSS Codes

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

#347cdc Text Font Color

<p style="color:#347cdc">Text here</p>

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


#347cdc Background Color

<div style="background-color:#347cdc">
Div content here</div>

This div background color is #347cdc


#347cdc Border Color

<div style="border:3px solid #347cdc">
Div here</div>

This div border color is #347cdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,124,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 #347cdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #347cdc


Comments

No comments written yet.

Please login to write comment.